Files
padmaja/nixpacks.toml
2026-01-17 14:17:42 +05:30

12 lines
154 B
TOML

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