diff options
Diffstat (limited to 'makima')
| -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": { |
