fixed bug with env login

This commit is contained in:
GotthardG
2024-12-11 12:03:33 +01:00
parent c3b24c213a
commit 9e88fb3270
3 changed files with 12 additions and 4 deletions

View File

@ -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,
},
};