added local assets for 404 page shenanigans, added pokedex header, and continued to add set icon mappings
This commit is contained in:
16
wrangler.jsonc
Normal file
16
wrangler.jsonc
Normal file
@@ -0,0 +1,16 @@
|
||||
{
|
||||
"main": "dist/_worker.js/index.js",
|
||||
"name": "pokemon",
|
||||
"compatibility_date": "2026-02-23",
|
||||
"compatibility_flags": [
|
||||
"nodejs_compat",
|
||||
"global_fetch_strictly_public"
|
||||
],
|
||||
"assets": {
|
||||
"binding": "ASSETS",
|
||||
"directory": "./dist"
|
||||
},
|
||||
"observability": {
|
||||
"enabled": true
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user