What plan are you on and what usage model is the Worker using?
What plan are you on and what usage model is the Worker using?
lerna bootstrap , Im not sure the intentions of that command for the purposes of cloudflare workers, but sounds like that command was deprecated and ultimately removed a while ago in favor of just regular "npm install"inited wrangler project, and I am getting this non stop on wrangler dev
lerna bootstrapinited[ERROR] Failed to unregister worker TypeError: fetch failedrouter.get("/:model/latest/:firmware"), async request => {
let model = decodeURIComponent(request.model)
let firmmare = decodeURIComponent(request.firmmare)
}