Below, you'll find the raw configuration file in `.json`-format.
This is mostly for debugging purposes
{JSON.stringify($configuration, null, " ")}
{#each $messages as message}
{message.level}
{message.context.path.join(".")}
{message.message}
{/each}