From 9bf5d40171ac967d2baa9a2ca2a77945e27d4c23 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Rapha=C3=ABl=20Forment?= Date: Tue, 8 Jul 2025 15:08:41 +0200 Subject: [PATCH] config error --- vite.config.ts | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/vite.config.ts b/vite.config.ts index 1020e1e..5fec86f 100644 --- a/vite.config.ts +++ b/vite.config.ts @@ -5,9 +5,12 @@ export default defineConfig({ plugins: [react()], base: './', server: { - port: 3000 + port: 3000, + host: '0.0.0.0' }, preview: { + port: 4173, + host: '0.0.0.0', allowedHosts: ['bitfielder.raphaelforment.fr'] }, worker: {