forked from Simnation/Main
ed
This commit is contained in:
parent
30bef7f1a5
commit
9e0a584816
52 changed files with 11959 additions and 0 deletions
8
resources/[tools]/ps-banking/web/svelte.config.js
Normal file
8
resources/[tools]/ps-banking/web/svelte.config.js
Normal file
|
@ -0,0 +1,8 @@
|
|||
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({})],
|
||||
};
|
Loading…
Add table
Add a link
Reference in a new issue