Merge pull request #12 from acedanger/update_worker_name_to_finance

Update name in Wrangler configuration file to match deployed Worker
This commit is contained in:
Peter Wood
2025-04-24 15:57:53 -04:00
committed by GitHub

View File

@@ -1,6 +1,6 @@
{ {
"$schema": "node_modules/wrangler/config-schema.json", "$schema": "node_modules/wrangler/config-schema.json",
"name": "finance-tracker", "name": "finance",
// Update to today's date // Update to today's date
"compatibility_date": "2025-04-24", "compatibility_date": "2025-04-24",
"assets": { "assets": {