all repos — kōi @ aabc809544f1c5547b497e8f0e5dda482f6b25e1

Minimalist task manager

svelte.config.js (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}