your personal website on atproto - mirror blento.app
26
fork

Configure Feed

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

at main 9 lines 198 B view raw
1import { defineConfig } from 'vitest/config'; 2import { sveltekit } from '@sveltejs/kit/vite'; 3 4export default defineConfig({ 5 plugins: [sveltekit()], 6 test: { 7 include: ['src/**/*.test.ts'] 8 } 9});