mirror of
https://gitee.com/bootx/dax-pay-ui.git
synced 2025-09-08 13:18:02 +00:00
chore: vite server options adjustment
This commit is contained in:
@@ -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),
|
||||||
|
Reference in New Issue
Block a user