chore: add host settings to vite.config.ts (#671)

This commit is contained in:
th33xitus 2022-02-22 13:12:55 +01:00 committed by GitHub
parent 90eabb6d60
commit 707ac2034e
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -74,6 +74,7 @@ export default defineConfig({
},
server: {
host: '0.0.0.0',
port: 8080,
},
})