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

export default {
  preprocess: vitePreprocess()
};