d2aab3f cba1352 d2aab3f
1
2
3
4
5
6
7
8
9
// @ts-ignore export async function load({ fetch }) { const res = await fetch('/config'); const data = await res.json(); return { config: data }; }