Files
BrainWind/nixpacks.toml
T

12 lines
199 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"