From 7ad48e9b128cdffeafae4813672b2c6d2c69eae2 Mon Sep 17 00:00:00 2001 From: Priyanka Punukollu Date: Sun, 1 Mar 2026 02:17:25 -0600 Subject: [PATCH] =?UTF-8?q?fix:=20move=20nixpacks.toml=20to=20agent/=20onl?= =?UTF-8?q?y=20=E2=80=94=20root=20was=20forcing=20Python=20provider=20on?= =?UTF-8?q?=20Ghostfolio=20web=20build=20causing=20npm=20not=20found=20err?= =?UTF-8?q?or?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Made-with: Cursor --- .node-version | 2 +- nixpacks.toml => agent/nixpacks.toml | 0 2 files changed, 1 insertion(+), 1 deletion(-) rename nixpacks.toml => agent/nixpacks.toml (100%) diff --git a/.node-version b/.node-version index 209e3ef4b..2bd5a0a98 100644 --- a/.node-version +++ b/.node-version @@ -1 +1 @@ -20 +22 diff --git a/nixpacks.toml b/agent/nixpacks.toml similarity index 100% rename from nixpacks.toml rename to agent/nixpacks.toml