CI/CD Builds GitHub Integration - ERROR Missing entry-point / 'main'

Because wrangler.toml file is excluded in git commits, where should the main be configured via the CL dash "config field"?

  • We are running a custom build, which looks to be fine on both Wrangle and GitHub builds.
  • Wrangler deployments to all environments are successful.
Success: Build command completed
Executing user deploy command: npx wrangler deploy
⛅️ wrangler 3.103.2
✘ [ERROR] Missing entry-point: The entry-point should be specified via the command line (e.g. `wrangler deploy path/to/script`) or the `main` config field.
Was this page helpful?