Skip to content

Latest commit

 

History

History

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 

Vite API Proxy

A tiny Vite dev plugin that proxies API requests (e.g. /api/*) to a local backend, streaming requests/responses and preserving headers, status, and cookies. Useful to avoid CORS during local development.

(We had issues with the built-in proxy from vite)