Output the config as debug data

This commit is contained in:
Oliver-Akins 2024-01-07 00:58:18 -07:00
parent 25dfe354ea
commit 4a2675cd45

View file

@ -50,6 +50,11 @@
<pre><code>{{dd-stringify meta}}</code></pre> <pre><code>{{dd-stringify meta}}</code></pre>
</div> </div>
<hr> <hr>
<div>
Config:
<pre><code>{{dd-stringify CONFIG}}</code></pre>
</div>
<hr>
<div> <div>
System: System:
<pre><code>{{dd-stringify system}}</code></pre> <pre><code>{{dd-stringify system}}</code></pre>