fix: add yarn to nixpacks for psn-api dependency

This commit is contained in:
Justin Edmund 2025-11-23 03:36:08 -08:00
parent e6392da856
commit e7c652460e

11
nixpacks.toml Normal file
View file

@ -0,0 +1,11 @@
[phases.setup]
nixPkgs = ["nodejs_20", "yarn"]
[phases.install]
cmds = ["pnpm i --frozen-lockfile"]
[phases.build]
cmds = ["./scripts/railway-build.sh"]
[start]
cmd = "pnpm run start"