Worker Duplicated
I ran these two commands:
wrangler deploy --name="kno2fy-dev-exp"
wrangler versions upload --name="kno2fy-dev-exp"
This created two workers with the same name. Is that expected?
2 Replies
seems like you typo'd these are different names
second doesn't have an f, first does
Can't believe I missed that. Thanks!