chore: 新增 .assetsignore 檔案以忽略 _worker.js
This commit is contained in:
1
apps/frontend/.assetsignore
Normal file
1
apps/frontend/.assetsignore
Normal file
@@ -0,0 +1 @@
|
|||||||
|
_worker.js
|
||||||
@@ -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",
|
||||||
|
|||||||
Reference in New Issue
Block a user