It's a todo list.
7
fork

Configure Feed

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

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