mirror of
https://gitee.com/bootx/dax-pay-ui.git
synced 2025-09-07 20:58:11 +00:00
chore: vite server options adjustment
This commit is contained in:
@@ -57,6 +57,8 @@ export default ({ command, mode }: ConfigEnv): UserConfig => {
|
||||
],
|
||||
},
|
||||
server: {
|
||||
// Listening on all local IPs
|
||||
host: true,
|
||||
port: VITE_PORT,
|
||||
// Load proxy configuration from .env
|
||||
proxy: createProxy(VITE_PROXY),
|
||||
|
Reference in New Issue
Block a user