[app-server] Make sure that config writes preserve comments & order or configs (#7789)

Make sure that config writes preserve comments and order of configs by
utilizing the ConfigEditsBuilder in core.

Tested by running a real example and made sure that nothing in the
config file changes other than the configs to edit.
This commit is contained in:
Celia Chen
2025-12-10 19:14:27 +00:00
committed by GitHub
parent 4b684c53ae
commit 8a71f8b634
4 changed files with 189 additions and 29 deletions
+1
View File
@@ -851,6 +851,7 @@ dependencies = [
"tempfile",
"tokio",
"toml",
"toml_edit",
"tracing",
"tracing-subscriber",
"uuid",