From 4eeb981cb8dc39a971366dd4c86ca5ae523305c8 Mon Sep 17 00:00:00 2001 From: Marcos Date: Fri, 10 Jul 2026 11:50:23 +0000 Subject: [PATCH] =?UTF-8?q?build:=20remover=20nixpacks.toml=20(configura?= =?UTF-8?q?=C3=A7=C3=A3o=20ser=C3=A1=20via=20Coolify=20direto)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- nixpacks.toml | 20 -------------------- 1 file changed, 20 deletions(-) delete mode 100644 nixpacks.toml diff --git a/nixpacks.toml b/nixpacks.toml deleted file mode 100644 index fa2d0c5..0000000 --- a/nixpacks.toml +++ /dev/null @@ -1,20 +0,0 @@ -[start] -cmd = "npm run preview -- --host 0.0.0.0 --port 3000" - -[phases.setup] -nixPkgs = ["nodejs-22_x", "npm-10_x"] - -[phases.install] -cmds = ["npm ci --no-audit --no-fund --prefer-offline"] -dir = "app" - -[phases.build] -cmds = ["npm run build"] -dir = "app" - -[variables] -NIXPACKS_NODE_VERSION = "22" -NODE_ENV = "production" -NPM_CONFIG_PRODUCTION = "false" - -providers = ["nodejs"] \ No newline at end of file