Select the types of activity you want to include in your feed.
1import { fileURLToPath } from 'node:url'; 2 3import { createVitestConfig } from '@config/vite-base'; 4 5export default createVitestConfig( 6 fileURLToPath(new URL('./', import.meta.url)), 7 { 8 // Add specific configuration here if needed 9 }, 10);