fix(frontend): remove invalid sections from wrangler.toml

This commit is contained in:
Tiago Yamamoto 2025-12-15 16:31:26 -03:00
parent 55e678c8f2
commit 88e4596b62

View file

@ -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"