From 5a38f49279f848b5410107cd037768df5b25a138 Mon Sep 17 00:00:00 2001 From: eycksilva Date: Fri, 23 Jan 2026 15:20:21 -0300 Subject: [PATCH] erro de deploy corrigido --- frontend/wrangler.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/frontend/wrangler.toml b/frontend/wrangler.toml index 477b361..6c23575 100644 --- a/frontend/wrangler.toml +++ b/frontend/wrangler.toml @@ -1,5 +1,5 @@ #:schema node_modules/wrangler/config-schema.json name = "gohorsejobs-frontend" compatibility_date = "2024-09-23" -compatibility_flags = ["nodejs_als"] +compatibility_flags = ["nodejs_compat"] pages_build_output_dir = ".vercel/output/static"