1
0
Fork 0
forked from Simnation/Main
Main/resources/[tools]/ps-banking/web/svelte.config.js
2025-08-05 10:47:16 +02:00

8 lines
295 B
JavaScript

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({})],
};