From 4515614680d99f8f27d6f548d48dcc6fef835ba0 Mon Sep 17 00:00:00 2001 From: Korbs Date: Tue, 10 Dec 2024 16:53:55 -0500 Subject: [PATCH] Open up port --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index dfc8c91..eb81680 100644 --- a/package.json +++ b/package.json @@ -3,7 +3,7 @@ "type": "module", "version": "2024.12.5", "scripts": { - "start": "astro preview" + "start": "astro preview --host" }, "dependencies": { "@astrojs/mdx": "^3.1.9",