i know how to expressjs
im just asking on HOW to use SvelteKit with ExpressJS
oh
use svelte to render into a html string and just send that overseas
idk google it
oh i have an idea
read from your output directory using something like res.sendFile()
might wanna add rate limiting with that though