Spaces:
Sleeping
Sleeping
| // @ts-ignore | |
| export async function load({ fetch }) { | |
| const res = await fetch('https://pngwn-node-py-test.hf.space/config'); | |
| const data = await res.json(); | |
| return { | |
| config: data | |
| }; | |
| } | |