Files
FreeERP.Svelte.Admin/svelte.config.js

9 lines
296 B
JavaScript
Raw Normal View History

2025-09-08 09:14:31 +08:00
import { vitePreprocess } from "@sveltejs/vite-plugin-svelte";
/** @type {import("@sveltejs/vite-plugin-svelte").SvelteConfig} */
export default {
// Consult https://svelte.dev/docs#compile-time-svelte-preprocess
// for more information about preprocessors
preprocess: vitePreprocess()
};