Don't minify statics in debug mode

This commit is contained in:
imperosol
2025-03-04 12:00:00 +01:00
committed by klmp200
parent 75c4c55a32
commit 87f790a044
+1 -1
View File
@@ -6,7 +6,7 @@
"scripts": {
"compile": "vite build --mode production",
"compile-dev": "vite build --mode development",
"serve": "vite build --mode development --watch",
"serve": "vite build --mode development --watch --minify false",
"analyse-dev": "vite-bundle-visualizer --mode development",
"analyse-prod": "vite-bundle-visualizer --mode production",
"check": "biome check --write"