feat: add initial wrangler configuration for project setup

This commit is contained in:
Peter Wood
2025-04-22 15:41:12 -04:00
parent 9ce1e21dc1
commit 577fde6d62

7
wrangler.jsonc Normal file
View File

@@ -0,0 +1,7 @@
{
"name": "pokemon",
"compatibility_date": "2025-04-22",
"assets": {
"directory": "./dist"
}
}