@cloudflare/build-output-utils@0.2.0
Minor Changes
-
#15326
9fcb1c9Thanks @jamesopstad! - Record the selected mode in the Build Output Specification top-levelconfig.jsonThe mode a build was produced in is now written to
.cloudflare/output/v0/config.jsonas amodefield, alongside the account and compliance settings. -
#15326
9fcb1c9Thanks @jamesopstad! - Rename the top-level config accessors after the config they operate ongetRootConfigPathandwriteRootConfigare nowgetSettingsConfigPathandwriteSettingsConfig, and the corresponding validation error readsinvalid settings configrather thaninvalid root config.