feat: import artist metadata

This commit is contained in:
Cory Dransfeldt 2024-11-10 17:33:40 -08:00
parent 1368b738ae
commit 96bff400e8
No known key found for this signature in database
4 changed files with 235 additions and 12 deletions

View 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}" }
]