AeThex-OS/nixpacks.toml
2026-01-29 01:33:05 -07:00

15 lines
247 B
TOML

[phases.setup]
nixPkgs = ["nodejs_20", "npm"]
[phases.install]
cmds = ["npm install"]
[phases.build]
cmds = ["npm run build"]
[start]
cmd = "npm start"
# Ignore Ruby files - they're only for GitHub Pages documentation
[providers]
ruby = false