From 77f08a53860952eea43adb540fccbcee5d9013bd Mon Sep 17 00:00:00 2001 From: h4ckx0r Date: Tue, 1 Oct 2024 09:40:34 +0200 Subject: [PATCH] =?UTF-8?q?Comando=20para=20exponer=20a=20web=20de=20desar?= =?UTF-8?q?rollo=20para=20probar=20con=20el=20m=C3=B3vil?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- package.json | 1 + 1 file changed, 1 insertion(+) 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",