fix: remove host from vite

This commit is contained in:
Mar0xy 2023-09-24 05:11:48 +02:00
parent 168c041373
commit 4e375f303f
No known key found for this signature in database
GPG key ID: 56569BBE47D2C828

View file

@ -46,7 +46,6 @@ export function getConfig(): UserConfig {
base: '/vite/', base: '/vite/',
server: { server: {
host: '0.0.0.0',
port: 5173, port: 5173,
}, },