# This is the 1st commit message: fix: redirects + update root cdn url # This is the commit message #2: chore: workflow # This is the commit message #3: chore: naming
13 lines
No EOL
283 B
TOML
13 lines
No EOL
283 B
TOML
name = "analytics-worker"
|
|
main = "./index.js"
|
|
compatibility_date = "2023-01-01"
|
|
|
|
account_id = ""
|
|
workers_dev = true
|
|
|
|
[env.production]
|
|
name = "analytics-worker-production"
|
|
routes = [
|
|
{ pattern = "coryd.dev/js/*", zone_id = "" },
|
|
{ pattern = "coryd.dev/api/event", zone_id = "" }
|
|
] |