tallest
166 天前
⛅️ wrangler 3.60.0
-------------------
▲ [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.
执行 wrangler deploy 报这个错怎么办诶?