fixed bug with env login
This commit is contained in:
@ -14,7 +14,7 @@ export default defineConfig(({ mode }) => {
|
||||
key: env.VITE_SSL_KEY_PATH,
|
||||
cert: env.VITE_SSL_CERT_PATH,
|
||||
},
|
||||
host: true,
|
||||
host: '0.0.0.0',
|
||||
port: 5173,
|
||||
},
|
||||
};
|
||||
|
Reference in New Issue
Block a user