diff --git a/.changeset/lovely-rats-live.md b/.changeset/lovely-rats-live.md index fb1a8a11e4e1..2b08b4e9ed48 100644 --- a/.changeset/lovely-rats-live.md +++ b/.changeset/lovely-rats-live.md @@ -2,9 +2,6 @@ "wrangler": patch --- -feat: add experimental_patchConfig() and experimental_readRawConfig() +feat: add experimental_patchConfig() -Adds two Wrangler APIs: - -1. experimental_readRawConfig() will find and read a config file -2. experimental_patchConfig() can add to a user's config file. It preserves comments if its a `wrangler.jsonc`. However, it is not suitable for `wrangler.toml` with comments as we cannot preserve comments on write. +`experimental_patchConfig()` can add to a user's config file. It preserves comments if its a `wrangler.jsonc`. However, it is not suitable for `wrangler.toml` with comments as we cannot preserve comments on write.