this repo has no description
16
fork

Configure Feed

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

at df18b3f97ffff1d39c8b6dc7eb0762322e02d4fb 7 lines 228 B view raw
1import { vitePreprocess } from '@sveltejs/vite-plugin-svelte' 2 3export default { 4 // Consult https://svelte.dev/docs#compile-time-svelte-preprocess 5 // for more information about preprocessors 6 preprocess: vitePreprocess(), 7}