diff options
Diffstat (limited to 'makima/frontend/package.json')
| -rw-r--r-- | makima/frontend/package.json | 1 |
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" }, |
