From c0e9dc8b620641cdb071c15f829a23f5e66298bb Mon Sep 17 00:00:00 2001 From: Nathan Woodburn Date: Fri, 10 Jan 2025 16:26:18 +1100 Subject: [PATCH] fix: Add provider to nixpacks config --- nixpacks.json | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/nixpacks.json b/nixpacks.json index 750138a..48da7ae 100644 --- a/nixpacks.json +++ b/nixpacks.json @@ -1,5 +1,7 @@ { - "providers": [], + "providers": [ + "node" + ], "buildImage": "ghcr.io/railwayapp/nixpacks:ubuntu-1731369831", "variables": { "CI": "true",