chore: minor update

This commit is contained in:
Cory Dransfeldt 2024-08-12 12:24:50 -07:00
parent ed1f013e44
commit 941d45b75a
No known key found for this signature in database
4 changed files with 38 additions and 1 deletions

View file

@ -0,0 +1,12 @@
name = "analytics-worker"
main = "./index.js"
compatibility_date = "2023-01-01"
account_id = "${CF_ACCOUNT_ID}"
workers_dev = true
[env.production]
name = "analytics-worker-production"
routes = [
{ pattern = "coryd.dev/js/script.js", zone_id = "${CF_ZONE_ID}" }
]