diff --git a/template/client/vite.config.ts b/template/client/vite.config.ts index e8bbaf2..4bd8cc4 100644 --- a/template/client/vite.config.ts +++ b/template/client/vite.config.ts @@ -3,9 +3,9 @@ import react from "@vitejs/plugin-react"; export default defineConfig({ plugins: [ - react() + react(), ], -}); server: { + server: { port: 8000, host: "0.0.0.0" }