Files
findyourpilot/nixpacks.toml
2026-03-02 21:16:26 +01:00

9 lines
126 B
TOML

[phases.setup]
nixPkgs = ["nodejs_22"]
[phases.build]
cmds = ["npm install", "npm run build"]
[start]
cmd = "npm run start"