I am trying to redirect for local development my requests to /api/** to my backend server.
So a request to http://localhost:3000/api/upload goes to http://localhost:8080/api/upload.
I cannot find any svelte.config.js configuration, to get this to work for dev. Also svelte-kit dev does not provide this configuration (or I cannot find it).
Does anyone know how to do so in svelte-kit?