From: Mark Otto Date: Tue, 10 Mar 2026 21:21:11 +0000 (-0700) Subject: Make mdo's life easier for testing X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=eaccc43532a7ed207e8f2e6aa68a11d86ece3c6c;p=thirdparty%2Fbootstrap.git Make mdo's life easier for testing --- diff --git a/package.json b/package.json index a47a7c3830..bcb1459a89 100644 --- a/package.json +++ b/package.json @@ -81,7 +81,7 @@ "docs-lint": "npm-run-all docs-prettier-check docs-html-validate", "docs-prettier-check": "prettier --config site/.prettierrc.json -c --cache site", "docs-prettier-format": "prettier --config site/.prettierrc.json --write --cache site", - "docs-serve": "npm run astro-dev", + "docs-serve": "npm run astro-dev -- --host", "docs-serve-only": "npx sirv-cli _site --port 9001", "lockfile-lint": "lockfile-lint --allowed-hosts npm --allowed-schemes https: --empty-hostname false --type npm --path package-lock.json", "update-deps": "ncu -u -x @docsearch/js,eslint,eslint-config-xo,eslint-plugin-unicorn,karma-browserstack-launcher,karma-rollup-preprocessor,sass,vnu-jar",