Update nixpacks.toml

This commit is contained in:
kleap-admin 2026-01-16 13:21:42 +00:00
parent 292107d6d9
commit a0a18acfc3
1 changed files with 2 additions and 9 deletions

View File

@ -1,13 +1,6 @@
# Force npm build with sharp pre-built binaries # Force npm build commands (prevents Nixpacks from using turbo)
[variables]
SHARP_IGNORE_GLOBAL_LIBVIPS = "1"
npm_config_platform = "linux"
npm_config_arch = "x64"
npm_config_libc = "glibc"
CI = "true"
[phases.install] [phases.install]
cmds = ['npm install --prefer-offline --no-audit --progress=false'] cmds = ['npm install']
[phases.build] [phases.build]
cmds = ['npm run build'] cmds = ['npm run build']