From 88e4596b62b283c8cd8bd1dba1925b0173f0d4cc Mon Sep 17 00:00:00 2001 From: Tiago Yamamoto Date: Mon, 15 Dec 2025 16:31:26 -0300 Subject: [PATCH] fix(frontend): remove invalid sections from wrangler.toml --- frontend/wrangler.toml | 7 ------- 1 file changed, 7 deletions(-) diff --git a/frontend/wrangler.toml b/frontend/wrangler.toml index 95564e3..477b361 100644 --- a/frontend/wrangler.toml +++ b/frontend/wrangler.toml @@ -3,10 +3,3 @@ name = "gohorsejobs-frontend" compatibility_date = "2024-09-23" compatibility_flags = ["nodejs_als"] pages_build_output_dir = ".vercel/output/static" - -[site] -bucket = ".vercel/output/static" - -[build] -command = "npm run build" -watch_dir = "src"