chore: minor update
This commit is contained in:
parent
ed1f013e44
commit
941d45b75a
4 changed files with 38 additions and 1 deletions
12
workers/analytics/wrangler.template.toml
Normal file
12
workers/analytics/wrangler.template.toml
Normal 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}" }
|
||||
]
|
Reference in a new issue