Merge branch 'bugfix/code-change4john' of https://github.com/Doble-Technologies/ShiftSync-Website into bugfix/code-change4john
This commit is contained in:
commit
8256a716df
1 changed files with 2 additions and 2 deletions
|
|
@ -7,11 +7,11 @@ export default defineConfig({
|
||||||
plugins: [react()],
|
plugins: [react()],
|
||||||
server:{
|
server:{
|
||||||
host: true,
|
host: true,
|
||||||
allowedHosts: ['shift.code-catalyst.com'],
|
allowedHosts: ['.code-catalyst.com'],
|
||||||
cors: true,
|
cors: true,
|
||||||
hmr: {
|
hmr: {
|
||||||
protocol: 'wss',
|
protocol: 'wss',
|
||||||
host: 'shift.code-catalyst.com',
|
host: '.code-catalyst.com',
|
||||||
clientPort: 443,
|
clientPort: 443,
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue