diff --git a/package.json b/package.json index 12a4854..dc73e67 100644 --- a/package.json +++ b/package.json @@ -4,6 +4,7 @@ "version": "0.0.1", "scripts": { "dev": "astro dev", + "devhost": "astro dev --host", "start": "astro dev", "build": "astro build", "preview": "astro preview",