Select the types of activity you want to include in your feed.
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';