# This is a combination of 3 commits.
# 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
This commit is contained in:
parent
ed88631875
commit
88a4ec4acd
45 changed files with 1122 additions and 133 deletions
12
workers/now-playing/wrangler.toml
Normal file
12
workers/now-playing/wrangler.toml
Normal file
|
@ -0,0 +1,12 @@
|
|||
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 = "" }
|
||||
]
|
Reference in a new issue