From 77911fe7a060606c7b34048ba8516bcc9656be0b Mon Sep 17 00:00:00 2001 From: Kar Date: Sat, 22 Mar 2025 11:06:21 +0000 Subject: [PATCH] host and port support --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 7ae1fe9..1cbe426 100644 --- a/package.json +++ b/package.json @@ -5,7 +5,7 @@ "private": true, "scripts": { "dev": "astro dev --host --port 2008", - "start": "astro dev --host --port 2008", + "start": "astro dev --preview --port 2008", "build": "astro build", "preview": "astro preview", "astro": "astro"