Open mackenly opened 3 weeks ago
We'll take a look at this next week 🙏
If anyone else has this problem, on the above mentioned PR branch, npm i
, and use the following to manually run the script and select your bundled managed component. For example, I have it in an adjacent directory:
node .\bin\managed-component-to-cloudflare-worker.js ./../example-managed-component/dist/index.js custom-mc-example ./../example-managed-component/wrangler.toml
The recently rolled out Workers Observability persistent logs require wrangler version 3.78.6^. This would be great to have access to in order to better know what's going on in our custom MCs.
See #25