From 111f5f46a360bc54f180c216bc3d7771546f1e46 Mon Sep 17 00:00:00 2001 From: Bahati308 Date: Tue, 23 Dec 2025 22:46:23 +0300 Subject: [PATCH] Fix: Browser detection error when starting the dev server --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 1ebdb9e..e9182f7 100644 --- a/package.json +++ b/package.json @@ -4,7 +4,7 @@ "private": true, "scripts": { "docusaurus": "docusaurus", - "start": "docusaurus start", + "start": "docusaurus start --no-open", "build": "docusaurus build", "test": "tsx scripts/validate-docs.ts", "validate": "npm run test && npm run build",