From 4675496fbec19cb2701baa612ba0db6a383120a1 Mon Sep 17 00:00:00 2001 From: emily-shen <69125074+emily-shen@users.noreply.github.com> Date: Wed, 18 Dec 2024 11:36:28 +0000 Subject: [PATCH] update changeset --- .changeset/lovely-rats-live.md | 7 ++----- 1 file changed, 2 insertions(+), 5 deletions(-) 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.