From f49a29b5f8f633f8f6d2a4a2337c738981bcfd23 Mon Sep 17 00:00:00 2001 From: kleap-admin Date: Fri, 16 Jan 2026 13:38:06 +0000 Subject: [PATCH] Update nixpacks.toml --- nixpacks.toml | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/nixpacks.toml b/nixpacks.toml index 313981c..3ea871c 100644 --- a/nixpacks.toml +++ b/nixpacks.toml @@ -1,11 +1,9 @@ -# Disable cache to avoid Docker buildx cache issues +# Force npm build commands (prevents Nixpacks from using turbo) [phases.install] cmds = ['npm install'] -cacheDirectories = [] [phases.build] cmds = ['npm run build'] -cacheDirectories = [] [start] cmd = 'npm start'