From f0bcea0405db364e1e15471b5db74fc9d8f93788 Mon Sep 17 00:00:00 2001 From: Cowch Date: Wed, 16 Jul 2025 21:56:59 -0500 Subject: [PATCH] perf(docs): changes to stop the server from opening a browser when it started up --- lst-docs/package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lst-docs/package.json b/lst-docs/package.json index 194b4e9..0fe8d07 100644 --- a/lst-docs/package.json +++ b/lst-docs/package.json @@ -4,7 +4,7 @@ "private": true, "scripts": { "docusaurus": "docusaurus", - "start": "docusaurus start", + "start": "docusaurus start --no-open", "build": "rimraf build && docusaurus build && npm run build:copy", "build:copy": "powershell -File copy.ps1", "swizzle": "docusaurus swizzle",