That’s what SvelteKit does Server Side
That’s what SvelteKit does, Server-Side Rendering
1 Reply
I have routes that won't render at all unless a JSON is supplied with the data that is imported within these JSONs. Those JSONs are what I wanna pass to the serverless API to get an output PDF
let's first achieve this without serverless
I might need to write my own adapter for this?
I can't figure out how to launch a basic API endpoint yet lol