Cloudflare DevelopersCD
Cloudflare Developers3y ago
8 replies
MrBBot

Ah ok so it looks like the order you

Ah ok, so it looks like the order you call unstable_dev is important here. Moving const user = await unstable_dev(...) before const core = await unstable_dev(...) seems to work. Would you mind opening a GitHub issue for this? We're just starting a rewrite of
wrangler dev
's internals, and this is something we should consider. 👍
Was this page helpful?