From b5a8e9a1e62dd0a658e745e0c16d258cbf92e92b Mon Sep 17 00:00:00 2001 From: pkupuk Date: Wed, 11 Mar 2026 21:31:53 +0800 Subject: [PATCH] =?UTF-8?q?chore:=20=E6=96=B0=E5=A2=9E=20.assetsignore=20?= =?UTF-8?q?=E6=AA=94=E6=A1=88=E4=BB=A5=E5=BF=BD=E7=95=A5=20=5Fworker.js?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- apps/frontend/.assetsignore | 1 + apps/frontend/package.json | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) create mode 100644 apps/frontend/.assetsignore diff --git a/apps/frontend/.assetsignore b/apps/frontend/.assetsignore new file mode 100644 index 0000000..4e64f76 --- /dev/null +++ b/apps/frontend/.assetsignore @@ -0,0 +1 @@ +_worker.js diff --git a/apps/frontend/package.json b/apps/frontend/package.json index 52b5a6f..da11a6f 100644 --- a/apps/frontend/package.json +++ b/apps/frontend/package.json @@ -6,7 +6,7 @@ "scripts": { "dev": "astro dev --host --port 4321", "dev:pages": "wrangler pages dev --compatibility-date=2024-01-01", - "build": "astro build", + "build": "astro build && cp .assetsignore dist/", "preview": "astro preview", "check": "astro check", "typecheck": "astro check",