From f4d8388e106aa815e6dde9a0fd71150d7e9f5c32 Mon Sep 17 00:00:00 2001 From: kleap-admin Date: Fri, 16 Jan 2026 13:26:52 +0000 Subject: [PATCH] fix: simplify nixpacks config --- nixpacks.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/nixpacks.toml b/nixpacks.toml index 3ea871c..bc5b7f9 100644 --- a/nixpacks.toml +++ b/nixpacks.toml @@ -1,4 +1,4 @@ -# Force npm build commands (prevents Nixpacks from using turbo) +# Simple build configuration [phases.install] cmds = ['npm install']