From d947f7f907ca2cfee581ee01d133c6e74a20beff Mon Sep 17 00:00:00 2001 From: pheralb Date: Sun, 31 Aug 2025 14:29:10 +0100 Subject: [PATCH] =?UTF-8?q?=F0=9F=9B=A0=EF=B8=8F=20Remove=20nixpacks=20con?= =?UTF-8?q?fig=20file?= 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 2589210..0000000 --- a/nixpacks.toml +++ /dev/null @@ -1,20 +0,0 @@ -[variables] -NODE_VERSION = "22.17.0" -PNPM_VERSION = "10.13.1" - -[providers.node] -version = "22.17.0" - -[phases.setup] -cmds = ["npm install -g pnpm@10.13.1"] - -[phases.install] -cmds = ["pnpm install --frozen-lockfile"] - -[phases.build] -# Build command using PNPM -cmds = ["pnpm run build"] - -[start] -# Start command using PNPM -cmd = "node build" \ No newline at end of file