summaryrefslogtreecommitdiffhomepage
path: root/packages/frontend/svelte.config.js
blob: f77d88115f220547cceffa47a186ba1e3541ecd3 (plain)
1
2
3
4
5
import { vitePreprocess } from "@sveltejs/vite-plugin-svelte";

export default {
	preprocess: vitePreprocess(),
};