When running `wrangler dev`, if no entrypoint is provided, wrangler should check for one in the following places. 1. `main`/`module` in `package.json`. 2. `build.upload.main` in `wrangler.toml`.
When running
wrangler dev, if no entrypoint is provided, wrangler should check for one in the following places.main/moduleinpackage.json.build.upload.maininwrangler.toml.