Files
exp/nixpacks.toml
2026-03-13 01:39:57 -07:00

9 lines
113 B
TOML

[variables]
NODE_ENV = "production"
[phases.install]
cmds = ["npm ci --include=dev"]
[start]
cmd = "npm start"