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