Skip to content

Commit 34389de

Browse files
committed
fix: add nixpacks.toml to build all packages
1 parent bc2e324 commit 34389de

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed

nixpacks.toml

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,8 @@
1+
# Nixpacks configuration for Railway
2+
# Build all packages in the monorepo before running
3+
4+
[phases.build]
5+
cmds = ["pnpm build"]
6+
7+
[start]
8+
cmd = "cd packages/runner && node dist/index.js"

0 commit comments

Comments
 (0)