From 608d9af23285074a169622a697e27d2afc39e449 Mon Sep 17 00:00:00 2001 From: Nathan Cummins Date: Mon, 11 Aug 2025 08:48:47 +0930 Subject: [PATCH] Add --host to dev server for local network --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 6800f4e..cf639da 100644 --- a/package.json +++ b/package.json @@ -3,7 +3,7 @@ "type": "module", "version": "0.0.1", "scripts": { - "dev": "astro dev", + "dev": "astro dev --host", "build": "astro build", "preview": "astro preview", "astro": "astro"