From 85638a726da051bce6933d3f1c78683c9ebc705a Mon Sep 17 00:00:00 2001 From: Harry-zklcdc <1269158832@qq.com> Date: Thu, 9 May 2024 21:02:40 +0800 Subject: [PATCH] =?UTF-8?q?[Fix]=20=F0=9F=90=9B=20Cloudflare=20Worker=20Ex?= =?UTF-8?q?ecute=20Out=20of=20Limit?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- wrangler.toml | 3 --- 1 file changed, 3 deletions(-) diff --git a/wrangler.toml b/wrangler.toml index f91ba95ac4..21258cc6ed 100644 --- a/wrangler.toml +++ b/wrangler.toml @@ -5,6 +5,3 @@ workers_dev = true rules = [ { type = "ESModule", globs = ["**/*.js"], fallthrough = true } ] - -[placement] -mode = "smart"