▲ [WARNING] Multiple environments are defined in the Wrangler configuration file, but no target environment was specified for the deploy command. To avoid unintentional changes to the wrong environment, it is recommended to explicitly specify the target environment using the `-e|--env` flag. If your intention is to use the top-level environment of your configuration simply pass an empty string to the flag to target such environment. For example `--env=""`.
▲ [WARNING] Multiple environments are defined in the Wrangler configuration file, but no target environment was specified for the deploy command. To avoid unintentional changes to the wrong environment, it is recommended to explicitly specify the target environment using the `-e|--env` flag. If your intention is to use the top-level environment of your configuration simply pass an empty string to the flag to target such environment. For example `--env=""`.
bun wrangler build --env=""
bun wrangler build --env=""
gives:
✘ [ERROR] Processing wrangler.jsonc configuration: - No environment found in configuration with name """". Before using `--env=""` there should be an equivalent environment section in the configuration. The available configured environment names are: ["dev","test","staging","production"] Consider adding an environment configuration section to the wrangler.jsonc file: [env.""]
✘ [ERROR] Processing wrangler.jsonc configuration: - No environment found in configuration with name """". Before using `--env=""` there should be an equivalent environment section in the configuration. The available configured environment names are: ["dev","test","staging","production"] Consider adding an environment configuration section to the wrangler.jsonc file: [env.""]