Update nixpacks.toml

This commit is contained in:
kleap-admin 2026-01-16 11:10:38 +00:00
parent e069e7a31a
commit 7a85528eaa
1 changed files with 9 additions and 0 deletions

9
nixpacks.toml Normal file
View File

@ -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'