Skip to content

Commit 024eae9

Browse files
committed
fix: add nixpacks.toml to force Node 22 on Railway
1 parent 8058317 commit 024eae9

1 file changed

Lines changed: 11 additions & 0 deletions

File tree

nixpacks.toml

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,11 @@
1+
[phases.setup]
2+
nixPkgs = ["nodejs_22", "pnpm"]
3+
4+
[phases.install]
5+
cmds = ["pnpm install --frozen-lockfile"]
6+
7+
[phases.build]
8+
cmds = ["pnpm build"]
9+
10+
[start]
11+
cmd = "pnpm start"

0 commit comments

Comments
 (0)