Files
Melfe/.nixpacks.toml
Mamadou Sall e4d64da320 fix nixpack
2025-08-24 23:09:32 +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"