summaryrefslogtreecommitdiff
path: root/client/svelte.config.js
blob: db735be2713f1a1dbb92878d914f13c64f231171 (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()
};