From 7f63cf64fb6db09661f8316259432839e8bfa082 Mon Sep 17 00:00:00 2001 From: Ryan Salazar Date: Thu, 7 May 2026 17:00:42 +0000 Subject: [PATCH] force node provider in nixpacks (skip deno detection from supabase/functions/*.ts) --- nixpacks.toml | 4 ++++ 1 file changed, 4 insertions(+) create mode 100644 nixpacks.toml diff --git a/nixpacks.toml b/nixpacks.toml new file mode 100644 index 0000000..424316e --- /dev/null +++ b/nixpacks.toml @@ -0,0 +1,4 @@ +providers = ["node"] + +[phases.setup] +nixPkgs = ["nodejs_22", "npm-9_x"]