fixed bug with logistics

This commit is contained in:
GotthardG
2024-12-11 10:57:09 +01:00
parent 9160339961
commit c3b24c213a
2 changed files with 7 additions and 3 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: 3000,
},
};