From c4c89f23564ebcec55ddc74d28b16a8af3f143e0 Mon Sep 17 00:00:00 2001 From: Vishnu Challa Date: Tue, 3 Sep 2024 14:10:09 -0400 Subject: [PATCH] Adding --host in vite config Signed-off-by: Vishnu Challa --- frontend/package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/frontend/package.json b/frontend/package.json index edb6cc1b..b7a9fa2f 100644 --- a/frontend/package.json +++ b/frontend/package.json @@ -4,7 +4,7 @@ "version": "0.0.0", "type": "module", "scripts": { - "dev": "vite", + "dev": "vite --host", "build": "vite build", "lint": "eslint . --ext js,jsx --report-unused-disable-directives --max-warnings 0", "preview": "vite preview"