From 2e155b12f6f27c4094e2d36fce9cd71cc97f7497 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E4=BA=8C=E5=8F=89=E6=A0=91=E6=A0=91?= Date: Mon, 19 Jan 2026 00:19:21 +0800 Subject: [PATCH] =?UTF-8?q?chore:=20=E5=88=A0=E9=99=A4=E4=B8=8D=E5=86=8D?= =?UTF-8?q?=E9=9C=80=E8=A6=81=E7=9A=84wrangler.jsonc=E9=85=8D=E7=BD=AE?= =?UTF-8?q?=E6=96=87=E4=BB=B6?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- public/wrangler.jsonc | 8 -------- 1 file changed, 8 deletions(-) delete mode 100644 public/wrangler.jsonc diff --git a/public/wrangler.jsonc b/public/wrangler.jsonc deleted file mode 100644 index f29e22d29..000000000 --- a/public/wrangler.jsonc +++ /dev/null @@ -1,8 +0,0 @@ -{ - "name": "fuwari", - "compatibility_date": "2025-08-11", - "assets": { - "directory": "./", - "not_found_handling": "404-page" - } -}