diff options
| author | soryu <soryu@soryu.co> | 2025-12-22 14:18:27 +0000 |
|---|---|---|
| committer | soryu <soryu@soryu.co> | 2025-12-23 14:47:18 +0000 |
| commit | fcf6d22f6f83b13af61b7c2c395d37411d40a92a (patch) | |
| tree | bb2cf5e5483c99556863c1def9ded18d42342d11 /makima/frontend/package.json | |
| parent | 0741a8b8e9a2099c82bff6d6b9ebbce9c07cad53 (diff) | |
| download | soryu-fcf6d22f6f83b13af61b7c2c395d37411d40a92a.tar.gz soryu-fcf6d22f6f83b13af61b7c2c395d37411d40a92a.zip | |
Update makima FE to have autoscroll and simplify FE
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" }, |
