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'