Disable cors in vite

This commit is contained in:
Arthur Belleville 2025-07-14 17:28:39 +02:00
parent 688d6aa83f
commit bb4a9e4382
No known key found for this signature in database

View file

@ -15,6 +15,9 @@ export default defineConfig({
tsconfigPaths(),
cloudflare(),
],
server: {
cors: false,
},
test: {
globals: true,
environment: "jsdom",