1
0
Fork 0
forked from Simnation/Main
Main/resources/[tools]/ps-banking/web/svelte.config.js

9 lines
295 B
JavaScript
Raw Normal View History

2025-08-05 10:47:16 +02:00
import { vitePreprocess } from "@sveltejs/vite-plugin-svelte";
import sveltePreprocess from "svelte-preprocess";
export default {
// Consult https://github.com/sveltejs/svelte-preprocess
// for more information about preprocessors
preprocess: [sveltePreprocess(), vitePreprocess({})],
};