push version #8
1 changed files with 1 additions and 1 deletions
|
|
@ -11,7 +11,7 @@ export default defineConfig(({ mode = 'local' }) => {
|
|||
plugins: [react()],
|
||||
server:{
|
||||
host: true,
|
||||
allowedHosts: ['.code-catalyst.com'],
|
||||
allowedHosts: ['shift-dev.code-catalyst.com', 'shift.code-catalyst.com'],
|
||||
cors: true,
|
||||
hmr: isDev
|
||||
? {
|
||||
|
|
|
|||
Loading…
Reference in a new issue