Add every host to vite config
This commit is contained in:
parent
0c0961dac4
commit
c0a18e8ee1
|
@ -24,5 +24,6 @@ export default defineConfig({
|
||||||
},
|
},
|
||||||
server: {
|
server: {
|
||||||
port: 5174,
|
port: 5174,
|
||||||
|
host: '0.0.0.0',
|
||||||
},
|
},
|
||||||
});
|
});
|
||||||
|
|
Loading…
Reference in New Issue