Disable cors in vite
This commit is contained in:
parent
688d6aa83f
commit
bb4a9e4382
1 changed files with 3 additions and 0 deletions
|
|
@ -15,6 +15,9 @@ export default defineConfig({
|
|||
tsconfigPaths(),
|
||||
cloudflare(),
|
||||
],
|
||||
server: {
|
||||
cors: false,
|
||||
},
|
||||
test: {
|
||||
globals: true,
|
||||
environment: "jsdom",
|
||||
|
|
|
|||
Loading…
Reference in a new issue