Select the types of activity you want to include in your feed.
1import path from 'node:path'; 2 3export const snapshotsDir = path.join(__dirname, '..', '__snapshots__'); 4export const tmpDir = path.join(__dirname, '..', '.tmp');