feat(config): 在 Wrangler 加入构建命令

This commit is contained in:
Ad-closeNN
2025-09-07 12:04:49 +08:00
parent 2792f2824e
commit 7e48caa994
+4 -1
View File
@@ -2,4 +2,7 @@ name = "blog-fuwari-worker"
compatibility_date = "2025-09-07"
[assets]
directory = "./dist/"
directory = "./dist/"
[build]
command = "pnpm build"