diff --git a/apps/web/wrangler.toml b/apps/web/wrangler.toml index 9e2cddd..cfb2aca 100644 --- a/apps/web/wrangler.toml +++ b/apps/web/wrangler.toml @@ -7,7 +7,7 @@ compatibility_flags = ["nodejs_compat"] directory = "./dist" binding = "ASSETS" not_found_handling = "single-page-application" -run_worker_first = ["/api/*"] +run_worker_first = true [[d1_databases]] binding = "DB"