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",