Impl cloudflare wrangler
- Add astro cloudlfare plugin - Generate cloudflare deploy configs Signed-off-by: Asai Neko <sugar@sne.moe>
This commit is contained in:
13
wrangler.jsonc
Normal file
13
wrangler.jsonc
Normal file
@@ -0,0 +1,13 @@
|
||||
{
|
||||
"main": "dist/_worker.js/index.js",
|
||||
"name": "nixcn-web",
|
||||
"compatibility_date": "2025-12-09",
|
||||
"compatibility_flags": ["nodejs_compat", "global_fetch_strictly_public"],
|
||||
"assets": {
|
||||
"binding": "ASSETS",
|
||||
"directory": "./dist",
|
||||
},
|
||||
"observability": {
|
||||
"enabled": true,
|
||||
},
|
||||
}
|
||||
Reference in New Issue
Block a user