feat: wrangler file added

This commit is contained in:
Al Murad Uzzaman
2026-03-02 14:26:23 +06:00
parent a57c1f1b02
commit 056dd1727f
+11
View File
@@ -0,0 +1,11 @@
{
// Cloudflare Workers — Static Assets deployment
// Deploy: npm run deploy:cf-workers
// Preview: npm run preview:cf-workers
"name": "astroplate",
"compatibility_date": "2026-03-02",
"assets": {
"directory": "./dist",
"not_found_handling": "404-page",
},
}