workers-sdk
workers-sdk copied to clipboard
🐛 BUG: A worker set up with `init --from-dash` fails to publish due to empty migrations
What version of Wrangler are you using?
2.1.3
What operating system are you using?
Mac
Describe the Bug
Running npm run deploy in a newly set up init --from-dash worker fails with the following message:

running into the same error after the following:
- created a new worker via the dash
- migrated it using
init --from-dash - made a text change
- ran
wrangler publish