Add every host to vite config

This commit is contained in:
philipp lang 2024-07-11 22:44:09 +02:00
parent 0c0961dac4
commit c0a18e8ee1
1 changed files with 1 additions and 0 deletions

View File

@ -24,5 +24,6 @@ export default defineConfig({
},
server: {
port: 5174,
host: '0.0.0.0',
},
});