From 2a3079539b67e0ea0bfca0a45d5c0bbfeaec36ff Mon Sep 17 00:00:00 2001 From: Marcos Date: Fri, 10 Jul 2026 11:48:11 +0000 Subject: [PATCH] build: corrigir formato de providers em nixpacks.toml --- nixpacks.toml | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/nixpacks.toml b/nixpacks.toml index 2986eb7..fa2d0c5 100644 --- a/nixpacks.toml +++ b/nixpacks.toml @@ -17,5 +17,4 @@ NIXPACKS_NODE_VERSION = "22" NODE_ENV = "production" NPM_CONFIG_PRODUCTION = "false" -[providers] -nodejs = {} \ No newline at end of file +providers = ["nodejs"] \ No newline at end of file