added local assets for 404 page shenanigans, added pokedex header, and continued to add set icon mappings

This commit is contained in:
zach
2026-02-23 17:04:45 -05:00
parent dcd2761403
commit 30433696e5
980 changed files with 144308 additions and 191 deletions

16
wrangler.jsonc Normal file
View 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
}
}