diff --git a/package.json b/package.json index b9e485a..2c152d4 100644 --- a/package.json +++ b/package.json @@ -6,7 +6,7 @@ "scripts": { "dev": "astro dev", "build": "astro build --port 9998", - "preview": "astro preview", + "preview": "astro preview --host", "serve": "astro build; astro preview", "test": "is-ci-cli test:coverage test:watch", "test:coverage": "vitest --coverage --run --api.port 9999",