AeThex-OS/nixpacks.toml
2026-01-29 01:35:21 -07:00

11 lines
155 B
TOML

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