Skip to content

Commit

Permalink
update changeset
Browse files Browse the repository at this point in the history
  • Loading branch information
emily-shen authored and penalosa committed Dec 18, 2024
1 parent 916aa93 commit a1aa663
Showing 1 changed file with 2 additions and 5 deletions.
7 changes: 2 additions & 5 deletions .changeset/lovely-rats-live.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.

0 comments on commit a1aa663

Please sign in to comment.