Improved debugging features. Added quotes to live.yaml.

This commit is contained in:
Raphaël Numbus
2026-05-25 17:11:59 +02:00
parent f989dd8f3a
commit e3142e3032
2 changed files with 9 additions and 12 deletions
+1 -6
View File
@@ -77,12 +77,7 @@
const response = await fetch('/discovery', {
method: 'POST',
headers: { 'Content-Type': 'text/yaml' },
body: jsyaml.dump(payload, {
quotingType: '"',
styles: {
'!!str': 'double'
}
})
body: jsyaml.dump(payload, { quotingType: '"', forceQuotes: true })
});
if (response.ok) {