Update nixpacks.toml
This commit is contained in:
parent
e069e7a31a
commit
7a85528eaa
|
|
@ -0,0 +1,9 @@
|
|||
# Force npm build commands (prevents Nixpacks from using turbo)
|
||||
[phases.install]
|
||||
cmds = ['npm ci']
|
||||
|
||||
[phases.build]
|
||||
cmds = ['npm run build']
|
||||
|
||||
[start]
|
||||
cmd = 'npm start'
|
||||
Loading…
Reference in New Issue