force node provider in nixpacks (skip deno detection from supabase/functions/*.ts)

This commit is contained in:
Ryan Salazar
2026-05-07 17:00:42 +00:00
parent 70aa1ad46e
commit 7f63cf64fb

4
nixpacks.toml Normal file
View File

@@ -0,0 +1,4 @@
providers = ["node"]
[phases.setup]
nixPkgs = ["nodejs_22", "npm-9_x"]