aboutsummaryrefslogtreecommitdiff
path: root/fe/svelte.config.js
diff options
context:
space:
mode:
Diffstat (limited to 'fe/svelte.config.js')
-rw-r--r--fe/svelte.config.js1
1 files changed, 1 insertions, 0 deletions
diff --git a/fe/svelte.config.js b/fe/svelte.config.js
index b0683fd..b29bf40 100644
--- a/fe/svelte.config.js
+++ b/fe/svelte.config.js
@@ -4,4 +4,5 @@ export default {
4 // Consult https://svelte.dev/docs#compile-time-svelte-preprocess 4 // Consult https://svelte.dev/docs#compile-time-svelte-preprocess
5 // for more information about preprocessors 5 // for more information about preprocessors
6 preprocess: vitePreprocess(), 6 preprocess: vitePreprocess(),
7 dev: true
7} 8}