It's a todo list.
7
fork

Configure Feed

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

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