From 3c1f5b754b7f1bff77f594b128aa34fcbda3431f Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Leticia=20Gon=C3=A7alves?= Date: Wed, 30 Oct 2024 22:30:25 -0300 Subject: [PATCH] adding host to preview script --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 86e789c..f14833a 100644 --- a/package.json +++ b/package.json @@ -11,7 +11,7 @@ "start": "vite --host 0.0.0.0 --port ${PORT:-4173}", "lint": "eslint src --ext .ts,.tsx --fix", "build": "vite build --debug", - "preview": "vite preview" + "preview": "vite preview --host" }, "dependencies": { "@babel/core": "^7.22.10",