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