It's a todo list.
7
fork

Configure Feed

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

at 43999fc336cba0088453a59d378ef44586b9c578 6 lines 144 B view raw
1import { sveltekit } from '@sveltejs/kit/vite'; 2import { defineConfig } from 'vite'; 3 4export default defineConfig({ 5 plugins: [sveltekit()] 6});