Change8

@cloudflare/build-output-utils@0.2.0

📦 cloudflare-workersView on GitHub →
1 features🔧 4 symbols

Summary

The build output specification now includes the build mode in `config.json`. Function names related to root configuration have been updated for clarity.

Migration Steps

  1. Rename `getRootConfigPath` to `getSettingsConfigPath`.
  2. Rename `writeRootConfig` to `writeSettingsConfig`.

✨ New Features

  • The mode a build was produced in is now written to .cloudflare/output/v0/config.json as a `mode` field, alongside the account and compliance settings.

Affected Symbols