push version #8
1 changed files with 2 additions and 2 deletions
|
|
@ -7,13 +7,13 @@ export default defineConfig({
|
|||
plugins: [react()],
|
||||
server:{
|
||||
host: true,
|
||||
allowedHosts: ['shift.code-catalyst.com']\
|
||||
allowedHosts: ['shift.code-catalyst.com'],
|
||||
cors: true,
|
||||
hmr: {
|
||||
protocol: 'wss',
|
||||
host: 'shift.code-catalyst.com',
|
||||
clientPort: 443,
|
||||
},
|
||||
}
|
||||
},
|
||||
resolve: {
|
||||
alias: {
|
||||
|
|
|
|||
Loading…
Reference in a new issue