summaryrefslogtreecommitdiff
path: root/makima/frontend/package.json
diff options
context:
space:
mode:
Diffstat (limited to 'makima/frontend/package.json')
-rw-r--r--makima/frontend/package.json1
1 files changed, 1 insertions, 0 deletions
diff --git a/makima/frontend/package.json b/makima/frontend/package.json
index 5327089..9d11792 100644
--- a/makima/frontend/package.json
+++ b/makima/frontend/package.json
@@ -5,6 +5,7 @@
"type": "module",
"scripts": {
"dev": "vite",
+ "dev:prod": "VITE_API_ENV=production vite",
"build": "tsc -b && vite build",
"preview": "vite preview"
},