From 7e48caa994c3840ebaccf2a258587b8405052081 Mon Sep 17 00:00:00 2001 From: Ad-closeNN <1709301095@qq.com> Date: Sun, 7 Sep 2025 12:04:49 +0800 Subject: [PATCH] =?UTF-8?q?feat(config):=20=E5=9C=A8=20Wrangler=20?= =?UTF-8?q?=E5=8A=A0=E5=85=A5=E6=9E=84=E5=BB=BA=E5=91=BD=E4=BB=A4?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- wrangler.toml | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/wrangler.toml b/wrangler.toml index cc956ed..6da9168 100644 --- a/wrangler.toml +++ b/wrangler.toml @@ -2,4 +2,7 @@ name = "blog-fuwari-worker" compatibility_date = "2025-09-07" [assets] -directory = "./dist/" \ No newline at end of file +directory = "./dist/" + +[build] +command = "pnpm build" \ No newline at end of file