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

export default {
  preprocess: vitePreprocess(),
};