Spaces:
Sleeping
Sleeping
<script> | |
export let data = { | |
config: { | |
foo: 'bar' | |
} | |
}; | |
</script> | |
<h1> | |
Welcome to the config page! This config is loaded from the python server backing this application. | |
</h1> | |
<pre>{JSON.stringify(data.config, null, 2)}</pre> | |