We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f283ad4 commit 708364dCopy full SHA for 708364d
1 file changed
vite.config.ts
@@ -8,6 +8,11 @@ import path from 'path'
8
import { v4wp } from '@kucrut/vite-for-wp'
9
10
export default {
11
+ server: {
12
+ cors: {
13
+ origin: '*',
14
+ },
15
16
plugins: [
17
alias(),
18
react(),
0 commit comments