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",