β² [WARNING] Processing wrangler.toml configuration:
- πΆ Ignored: "type":
Most common features now work out of the box with wrangler, including modules, jsx, typescript, etc. If you need anything more, use a custom build.
- πΆ Ignored: "webpack_config":
Most common features now work out of the box with wrangler, including modules, jsx, typescript, etc. If you need anything more, use a custom build.
- Deprecation: "zone_id":
This is unnecessary since we can deduce this from routes directly.
- The "route" field in your configuration is an empty string and will be ignored.
Please remove the "route" field from your configuration.
β [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.