feat: import artist metadata
This commit is contained in:
parent
1368b738ae
commit
96bff400e8
4 changed files with 235 additions and 12 deletions
15
workers/artist-import/wrangler.template.toml
Normal file
15
workers/artist-import/wrangler.template.toml
Normal file
|
@ -0,0 +1,15 @@
|
|||
name = "import-artist-worker"
|
||||
main = "./index.js"
|
||||
compatibility_date = "2023-01-01"
|
||||
|
||||
account_id = "${CF_ACCOUNT_ID}"
|
||||
workers_dev = true
|
||||
|
||||
[observability]
|
||||
enabled = true
|
||||
|
||||
[env.production]
|
||||
name = "import-artist-worker-production"
|
||||
routes = [
|
||||
{ pattern = "coryd.dev/api/import-artist*", zone_id = "${CF_ZONE_ID}" }
|
||||
]
|
Reference in a new issue