Skip to content

Commit 1cda457

Browse files
committed
Fix Railway deployment config for monorepo
- Remove rootDirectory from root railway.toml (use dashboard setting instead) - Add evaluator/railway.toml for direct Node.js detection
1 parent 0f79e38 commit 1cda457

2 files changed

Lines changed: 6 additions & 1 deletion

File tree

evaluator/railway.toml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
[build]
2+
builder = "NIXPACKS"
3+
4+
[deploy]
5+
startCommand = "node gateway.js"

railway.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
[build]
2-
rootDirectory = "evaluator"
2+
builder = "NIXPACKS"
33

44
[deploy]
55
startCommand = "node gateway.js"

0 commit comments

Comments
 (0)