chore: vite server options adjustment
This commit is contained in:
parent
437692869a
commit
4805ca2626
|
|
@ -57,6 +57,8 @@ export default ({ command, mode }: ConfigEnv): UserConfig => {
|
||||||
],
|
],
|
||||||
},
|
},
|
||||||
server: {
|
server: {
|
||||||
|
// Listening on all local IPs
|
||||||
|
host: true,
|
||||||
port: VITE_PORT,
|
port: VITE_PORT,
|
||||||
// Load proxy configuration from .env
|
// Load proxy configuration from .env
|
||||||
proxy: createProxy(VITE_PROXY),
|
proxy: createProxy(VITE_PROXY),
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue