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"