From e9621a7b0e119ab9541f2767de7e84e7b1140abd Mon Sep 17 00:00:00 2001 From: Korbs Date: Tue, 10 Dec 2024 16:55:35 -0500 Subject: [PATCH] update --- package.json | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/package.json b/package.json index eb81680..5fc5b29 100644 --- a/package.json +++ b/package.json @@ -3,7 +3,8 @@ "type": "module", "version": "2024.12.5", "scripts": { - "start": "astro preview --host" + "start": "astro preview --host 192.168.1.172", + "dev": "astro dev" }, "dependencies": { "@astrojs/mdx": "^3.1.9",