vertex-dashboard/nixpacks.toml
2025-04-30 18:24:35 +00:00

15 lines
169 B
TOML

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