Update vite.config.js
This commit is contained in:
parent
22b9953c87
commit
6944973f46
1 changed files with 2 additions and 2 deletions
|
|
@ -7,13 +7,13 @@ export default defineConfig({
|
||||||
plugins: [react()],
|
plugins: [react()],
|
||||||
server:{
|
server:{
|
||||||
host: true,
|
host: true,
|
||||||
allowedHosts: ['shift.code-catalyst.com']\
|
allowedHosts: ['shift.code-catalyst.com'],
|
||||||
cors: true,
|
cors: true,
|
||||||
hmr: {
|
hmr: {
|
||||||
protocol: 'wss',
|
protocol: 'wss',
|
||||||
host: 'shift.code-catalyst.com',
|
host: 'shift.code-catalyst.com',
|
||||||
clientPort: 443,
|
clientPort: 443,
|
||||||
},
|
}
|
||||||
},
|
},
|
||||||
resolve: {
|
resolve: {
|
||||||
alias: {
|
alias: {
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue