Files
Melfe/nixpacks.toml
Mamadou Sall 484a6cbb38 fix nixpacks
2025-08-24 23:07:29 +02:00

12 lines
156 B
TOML

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