aboutsummaryrefslogtreecommitdiff
path: root/fe/svelte.config.js
blob: b29bf40593f01cc3f1cf8734a8bed102da9ba4f1 (plain)
1
2
3
4
5
6
7
8
import { vitePreprocess } from '@sveltejs/vite-plugin-svelte'

export default {
  // Consult https://svelte.dev/docs#compile-time-svelte-preprocess
  // for more information about preprocessors
  preprocess: vitePreprocess(),
  dev: true
}