Has anyone used Netlify with sveltekit? I can’t figure out why I do not see any Netlify Functions listed for my backend svelte app. I only see a ‘render’ function with console.log messages from some of the .svelte files I have. I can’t see any console.log messages coming from my backend svelte routes.
Welcome to the forums @seenickcode
I’m not overly familiar with SvelteKit, but I would ask if you configured a netlify.toml
file or had your functions in the default netlify/functions/
directory in your repo?
I have come across Deploying a SvelteKit app to Netlify which may (or not) provide you some assistance.