From a0a18acfc39d88d64bf304cf109d302e14e8ef78 Mon Sep 17 00:00:00 2001 From: kleap-admin Date: Fri, 16 Jan 2026 13:21:42 +0000 Subject: [PATCH] Update nixpacks.toml --- nixpacks.toml | 11 ++--------- 1 file changed, 2 insertions(+), 9 deletions(-) diff --git a/nixpacks.toml b/nixpacks.toml index 41d0934..3ea871c 100644 --- a/nixpacks.toml +++ b/nixpacks.toml @@ -1,13 +1,6 @@ -# Force npm build with sharp pre-built binaries -[variables] -SHARP_IGNORE_GLOBAL_LIBVIPS = "1" -npm_config_platform = "linux" -npm_config_arch = "x64" -npm_config_libc = "glibc" -CI = "true" - +# Force npm build commands (prevents Nixpacks from using turbo) [phases.install] -cmds = ['npm install --prefer-offline --no-audit --progress=false'] +cmds = ['npm install'] [phases.build] cmds = ['npm run build']