listen from all host

This commit is contained in:
2024-02-02 16:27:54 +02:00
parent 058d11c041
commit 6ad16ed54d

View File

@@ -3,5 +3,9 @@ import react from '@vitejs/plugin-react'
// https://vitejs.dev/config/
export default defineConfig({
server: {
host: "0.0.0.0",
port: 3000,
},
plugins: [react()],
})