It's a sveltekit application and more specifically a form submission which is processed serverside o

It's a sveltekit application and more specifically a form submission which is processed serverside on +page.server.svelte.
The +page.server.svelte code is executed in a cloudflare worker

There I do 2 supabase DB requests + 2 other API calls to some email api
Was this page helpful?