From 41d457bdb6f021cf3377b5c6551427af5e300d85 Mon Sep 17 00:00:00 2001 From: soryu Date: Mon, 22 Dec 2025 15:25:29 +0000 Subject: Update makima FE build command for railway --- makima/frontend/package.json | 1 + 1 file changed, 1 insertion(+) (limited to 'makima/frontend') 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": { -- cgit v1.2.3