From 606eb458326d7af9363d23b8a55d17c52079ddfb Mon Sep 17 00:00:00 2001 From: cmliu Date: Sat, 21 Jun 2025 19:13:30 +0800 Subject: [PATCH] =?UTF-8?q?feat:=20=E6=B7=BB=E5=8A=A0=20wrangler.toml=20?= =?UTF-8?q?=E9=85=8D=E7=BD=AE=E6=96=87=E4=BB=B6=EF=BC=8C=E5=AE=9A=E4=B9=89?= =?UTF-8?q?=E9=A1=B9=E7=9B=AE=E5=90=8D=E7=A7=B0=E5=92=8C=E4=B8=BB=E6=96=87?= =?UTF-8?q?=E4=BB=B6?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- wrangler.toml | 3 +++ 1 file changed, 3 insertions(+) create mode 100644 wrangler.toml diff --git a/wrangler.toml b/wrangler.toml new file mode 100644 index 0000000..c4ffc01 --- /dev/null +++ b/wrangler.toml @@ -0,0 +1,3 @@ +name = "v20250621" +main = "_worker.js" +compatibility_date = "2025-06-21" \ No newline at end of file