From 254da83a168d46c3815cffec04fe783f557add67 Mon Sep 17 00:00:00 2001 From: cmliu Date: Sat, 5 Jul 2025 19:54:34 +0800 Subject: [PATCH] =?UTF-8?q?=E6=9B=B4=E6=96=B0wrangler.toml=EF=BC=8C?= =?UTF-8?q?=E6=B7=BB=E5=8A=A0keep=5Fvars=E9=85=8D=E7=BD=AE=E4=BB=A5?= =?UTF-8?q?=E4=BF=9D=E6=8C=81=E5=8F=98=E9=87=8F?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- wrangler.toml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/wrangler.toml b/wrangler.toml index 58d728e..437a593 100644 --- a/wrangler.toml +++ b/wrangler.toml @@ -1,3 +1,4 @@ name = "sub-worker" main = "_worker.js" -compatibility_date = "2025-06-21" \ No newline at end of file +compatibility_date = "2025-06-21" +keep_vars = true \ No newline at end of file