We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent bc2e324 commit 34389deCopy full SHA for 34389de
nixpacks.toml
@@ -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