app-peaceful-lobster-dive/nixpacks.toml

10 lines
172 B
TOML

# Force npm build commands (prevents Nixpacks from using turbo)
[phases.install]
cmds = ['npm install']
[phases.build]
cmds = ['npm run build']
[start]
cmd = 'npm start'