From 786ab932e61db6df578435b27a99e3131696c36c Mon Sep 17 00:00:00 2001 From: "Kar l5.G" Date: Sat, 22 Mar 2025 16:31:24 +0530 Subject: [PATCH] start with host --- package.json | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/package.json b/package.json index 3e16c8a..e1f6198 100644 --- a/package.json +++ b/package.json @@ -3,7 +3,8 @@ "type": "module", "version": "0.0.1", "scripts": { - "dev": "astro dev", + "dev": "astro dev --host --port 2008", + "start": "astro dev --preview --port 2008", "build": "astro build", "preview": "astro preview", "astro": "astro"