chore: 新增 .assetsignore 檔案以忽略 _worker.js

This commit is contained in:
2026-03-11 21:31:53 +08:00
parent 03760b23a5
commit b5a8e9a1e6
2 changed files with 2 additions and 1 deletions

View File

@@ -0,0 +1 @@
_worker.js

View File

@@ -6,7 +6,7 @@
"scripts": { "scripts": {
"dev": "astro dev --host --port 4321", "dev": "astro dev --host --port 4321",
"dev:pages": "wrangler pages dev --compatibility-date=2024-01-01", "dev:pages": "wrangler pages dev --compatibility-date=2024-01-01",
"build": "astro build", "build": "astro build && cp .assetsignore dist/",
"preview": "astro preview", "preview": "astro preview",
"check": "astro check", "check": "astro check",
"typecheck": "astro check", "typecheck": "astro check",