AeThex-OS/nixpacks.toml
2026-01-29 01:37:43 -07:00

14 lines
224 B
TOML

# Only use Node.js provider, ignore Ruby files
providers = ["node"]
[phases.setup]
nixPkgs = ["nodejs_20", "npm"]
[phases.install]
cmds = ["npm install"]
[phases.build]
cmds = ["npm run build"]
[start]
cmd = "npm start"