Update vite.config.js
This commit is contained in:
parent
5be241ab86
commit
835157b425
1 changed files with 1 additions and 0 deletions
|
|
@ -6,6 +6,7 @@ import path from 'path';
|
||||||
export default defineConfig({
|
export default defineConfig({
|
||||||
plugins: [react()],
|
plugins: [react()],
|
||||||
server:{
|
server:{
|
||||||
|
host: true,
|
||||||
allowedHosts: ['shift.code-catalyst.com']
|
allowedHosts: ['shift.code-catalyst.com']
|
||||||
},
|
},
|
||||||
resolve: {
|
resolve: {
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue