cc-backend/web/frontend/src/config.entrypoint.js

13 lines
267 B
JavaScript
Raw Normal View History

import {} from './header.entrypoint.js'
import Config from './Config.root.svelte'
new Config({
target: document.getElementById('svelte-app'),
props: {
user: user
},
context: new Map([
['cc-config', clusterCockpitConfig]
])
})