[READ-ONLY] Mirror of https://github.com/mrgnw/cv.
0

Configure Feed

Select the types of activity you want to include in your feed.

cv / version-bridge.js
218 B 4 lines
1// Bridge file to export version reader functions for PDF generation 2// This allows the PDF script to import from built JS instead of TS 3 4export { getAllVersions, getAllVersionMeta } from './src/lib/versionReader.js';