We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f66181a commit 90c2739Copy full SHA for 90c2739
vite.config.ts
@@ -8,6 +8,9 @@ import path from 'path'
8
import { v4wp } from '@kucrut/vite-for-wp'
9
10
export default {
11
+ server: {
12
+ cors: true
13
+ },
14
plugins: [
15
alias(),
16
react(),
0 commit comments