Update vite.config.js
This commit is contained in:
parent
8256a716df
commit
fafce681ed
1 changed files with 1 additions and 1 deletions
|
|
@ -11,7 +11,7 @@ export default defineConfig({
|
||||||
cors: true,
|
cors: true,
|
||||||
hmr: {
|
hmr: {
|
||||||
protocol: 'wss',
|
protocol: 'wss',
|
||||||
host: '.code-catalyst.com',
|
host: ['*.code-catalyst.com'],
|
||||||
clientPort: 443,
|
clientPort: 443,
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue