From c14d55ef44577fb473db509a784b399f8f7d6dd1 Mon Sep 17 00:00:00 2001 From: cmliu Date: Sat, 21 Jun 2025 19:08:54 +0800 Subject: [PATCH] =?UTF-8?q?=E5=88=9D=E5=A7=8B=E5=8C=96=E9=85=8D=E7=BD=AE?= =?UTF-8?q?=E6=96=87=E4=BB=B6wrangler.toml=EF=BC=8C=E8=AE=BE=E7=BD=AE?= =?UTF-8?q?=E9=A1=B9=E7=9B=AE=E5=90=8D=E7=A7=B0=E3=80=81=E4=B8=BB=E6=96=87?= =?UTF-8?q?=E4=BB=B6=E5=92=8C=E5=85=BC=E5=AE=B9=E6=80=A7=E6=97=A5=E6=9C=9F?= 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..58d728e --- /dev/null +++ b/wrangler.toml @@ -0,0 +1,3 @@ +name = "sub-worker" +main = "_worker.js" +compatibility_date = "2025-06-21" \ No newline at end of file