VibeGame / svelte.config.js
dylanebert's picture
dylanebert HF Staff
initial commit
794cf6c
raw
history blame contribute delete
169 Bytes
import { vitePreprocess } from "@sveltejs/vite-plugin-svelte";
export default {
preprocess: vitePreprocess(),
compilerOptions: {
enableSourcemap: true,
},
};