AeThex-OS/nixpacks.toml
2025-12-29 00:22:23 +00: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"