Hi,
I recently started working with Svelte and created a small app with SvelteKit where I added the netlify adapter for netlify functions. I also added the netlify.toml file with the specified configuration.
I noticed that the functions created in the functions directory are not deployed instead the render function is created and deployed, that contains all the logic from the endpoints.
- Why netlify doesn’t recognize/deploy the custom netlify functions I created in the functions directory?
- If I don’t use the netlify adapter where/how the endpoints run on the prod env?
Thank you!