How can I proxy an external api in vite?
I’m trying to set vite up so that requests to an api are proxied, but it only seems to work for relative paths. How can I proxy requests to full urls? The examples on the vite docs only seem to cover relative paths