Files
twitch-bot/nixpacks.toml
2025-10-27 22:08:48 +00:00

11 lines
142 B
TOML

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