diff --git a/vite.config.js b/vite.config.js index 72d4f59..e4fae24 100644 --- a/vite.config.js +++ b/vite.config.js @@ -7,5 +7,7 @@ export default defineConfig({ plugins: [tailwindcss(), react()], server: { port: 3000, + allowedHosts: true, + host: "0.0.0.0" }, });