fix: Add provider to nixpacks config

This commit is contained in:
Nathan Woodburn 2025-01-10 16:26:18 +11:00
parent 97faf3011e
commit c0e9dc8b62
Signed by: nathanwoodburn
GPG Key ID: 203B000478AD0EF1

View File

@ -1,5 +1,7 @@
{ {
"providers": [], "providers": [
"node"
],
"buildImage": "ghcr.io/railwayapp/nixpacks:ubuntu-1731369831", "buildImage": "ghcr.io/railwayapp/nixpacks:ubuntu-1731369831",
"variables": { "variables": {
"CI": "true", "CI": "true",