How would you make an API call and pass data to client with Sveltekit?
I’ve just begun learning Sveltekit. I’m following the tutorial for Auth.js for making a custom login page (https://authjs.dev/guides/pages/signin), which passes a mapping of the providers to some properties to use client-side. I have done this exact thing in Next.js, but I’m running into an issue with Svelte giving me the error: “Internal server error: Cannot import $env/dynamic/private into client-side code”. However, I’m not importing any private variables into the client-side.