summaryrefslogtreecommitdiff
path: root/makima/frontend/package.json
diff options
context:
space:
mode:
authorsoryu <soryu@soryu.co>2025-12-22 15:25:29 +0000
committersoryu <soryu@soryu.co>2025-12-23 14:47:18 +0000
commit41d457bdb6f021cf3377b5c6551427af5e300d85 (patch)
treec350ff8244ee7691a6d5f6999bba2fe43f581664 /makima/frontend/package.json
parentfcf6d22f6f83b13af61b7c2c395d37411d40a92a (diff)
downloadsoryu-41d457bdb6f021cf3377b5c6551427af5e300d85.tar.gz
soryu-41d457bdb6f021cf3377b5c6551427af5e300d85.zip
Update makima FE build command for railway
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 9d11792..22c4c54 100644
--- a/makima/frontend/package.json
+++ b/makima/frontend/package.json
@@ -7,6 +7,7 @@
"dev": "vite",
"dev:prod": "VITE_API_ENV=production vite",
"build": "tsc -b && vite build",
+ "build:railway": "tsc -b && vite build --outDir build/client/",
"preview": "vite preview"
},
"dependencies": {