Files
BrainWind/nixpacks.toml
T

12 lines
221 B
TOML

[phases.setup]
nixPkgs = ["nodejs_23"]
[phases.install]
cmds = ["cd app && npm install"]
[phases.build]
cmds = ["cd app && npm run build"]
[start]
cmd = "cd app && npx --yes serve@latest -s dist -l tcp://0.0.0.0:3000"