Alexandre
Results
1
comments of
Alexandre
Just stumbled into this issue myself, looking at the docs, I found the correct way of disabling CORS on Vite: ``` server: { cors: { origin: false } } ```...