From e681ed54cb58f4f26c8a2850e21b175671c512af Mon Sep 17 00:00:00 2001 From: Kar Date: Mon, 31 Mar 2025 16:03:46 +0000 Subject: [PATCH] Update package.json --- package.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/package.json b/package.json index 1cbe426..15920b3 100644 --- a/package.json +++ b/package.json @@ -4,8 +4,8 @@ "version": "0.0.1", "private": true, "scripts": { - "dev": "astro dev --host --port 2008", - "start": "astro dev --preview --port 2008", + "dev": "astro dev --host --port 3000", + "start": "astro dev --preview --port 3000", "build": "astro build", "preview": "astro preview", "astro": "astro"