diff options
| author | soryu <soryu@soryu.co> | 2025-12-22 15:25:29 +0000 |
|---|---|---|
| committer | soryu <soryu@soryu.co> | 2025-12-23 14:47:18 +0000 |
| commit | 41d457bdb6f021cf3377b5c6551427af5e300d85 (patch) | |
| tree | c350ff8244ee7691a6d5f6999bba2fe43f581664 | |
| parent | fcf6d22f6f83b13af61b7c2c395d37411d40a92a (diff) | |
| download | soryu-41d457bdb6f021cf3377b5c6551427af5e300d85.tar.gz soryu-41d457bdb6f021cf3377b5c6551427af5e300d85.zip | |
Update makima FE build command for railway
| -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 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": { |
