fork of hey-api/openapi-ts because I need some additional things
0
fork

Configure Feed

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

at main 10 lines 245 B view raw
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);