ba-cafe

Unnamed repository; edit this file 'description' to name the repository.
Log | Files | Refs | README | LICENSE

commit 2a78aaeb4ab505d84076d4d1f18aee19c030269c
parent 47e2cd849f03ddf90a9cc90c08c902350d9999c9
Author: Sunny <kajimalu10@gmail.com>
Date:   Wed,  5 Aug 2026 22:46:27 +0900

fix: remove unnecessary compatibility flag from wrangler configuration

Diffstat:
Mwrangler.jsonc | 3+--
1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/wrangler.jsonc b/wrangler.jsonc @@ -4,8 +4,7 @@ "name": "ba-cafe", "compatibility_date": "2026-07-19", "compatibility_flags": [ - "nodejs_compat", - "global_fetch_strictly_public" + "nodejs_compat" ], "assets": { "directory": ".open-next/assets",