It's a todo list.
7
fork

Configure Feed

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

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