Skip to content

Commit 6056b2c

Browse files
fix: Add nixpacks.toml to override build command for Railway
1 parent c96cbe6 commit 6056b2c

1 file changed

Lines changed: 5 additions & 0 deletions

File tree

website/nixpacks.toml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
[phases.build]
2+
cmd = "npm run build:railway"
3+
4+
[phases.start]
5+
cmd = "npm run start"

0 commit comments

Comments
 (0)