aboutsummaryrefslogtreecommitdiff
path: root/fe/svelte.config.js
blob: b0683fd24d70abb7eeaeef8e39e3a12b4e74775a (plain)
1
2
3
4
5
6
7
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(),
}