From e494f3a3aaf48061c80e5bd7558ad07fb1b8819e Mon Sep 17 00:00:00 2001 From: Mauricio Siu <47042324+Siumauricio@users.noreply.github.com> Date: Sun, 30 Jun 2024 20:29:12 -0600 Subject: [PATCH] refactor: add host --- astro-ssr/package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/astro-ssr/package.json b/astro-ssr/package.json index b925543..9fcb360 100644 --- a/astro-ssr/package.json +++ b/astro-ssr/package.json @@ -6,7 +6,7 @@ "dev": "astro dev", "start": "astro dev", "build": "astro check && astro build", - "preview": "astro preview", + "preview": "astro preview --host 0.0.0.0", "astro": "astro" }, "dependencies": {