# 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
12 lines
No EOL
272 B
TOML
12 lines
No EOL
272 B
TOML
name = "now-playing-worker"
|
|
main = "./index.js" # Specify the entry point
|
|
compatibility_date = "2023-01-01"
|
|
|
|
account_id = ""
|
|
workers_dev = true
|
|
|
|
[env.production]
|
|
name = "now-playing-worker-production"
|
|
routes = [
|
|
{ pattern = "coryd.dev/api/now-playing", zone_id = "" }
|
|
] |