Missing Entrypoint
I'm getting this error when using the GHA for wrangler.
Running
I'm migrating from pages to workers for an Angular app. It's a static site. As I understand it, I only need an Entrypoint/_worker.js file if I had Pages functions.
Hoping someone can confirm my assessment. I'm 90% GHA just isn't finding the wrangler.jsonc at all, but this error is oddly specific and implies it finds the file but expects the "main" property.
[ERROR] Missing entry-point to Worker script or to assets directoryRunning
wrangler versions upload locally works in the sense that it at least uploads.I'm migrating from pages to workers for an Angular app. It's a static site. As I understand it, I only need an Entrypoint/_worker.js file if I had Pages functions.
Hoping someone can confirm my assessment. I'm 90% GHA just isn't finding the wrangler.jsonc at all, but this error is oddly specific and implies it finds the file but expects the "main" property.
