It's a todo list.
7
fork

Configure Feed

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

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