From 5fabec63a4120a3fc73a2e97d1b9175e49f14a27 Mon Sep 17 00:00:00 2001 From: gpbl Date: Thu, 26 Dec 2024 09:39:23 -0500 Subject: [PATCH] build(website): disable typedoc watch It hangs docusaurus --- website/typedoc.mjs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/website/typedoc.mjs b/website/typedoc.mjs index 8521ef828..7cae716d9 100644 --- a/website/typedoc.mjs +++ b/website/typedoc.mjs @@ -8,7 +8,7 @@ */ const options = { // eslint-disable-next-line no-undef - watch: process.env.TYPEDOC_WATCH === "true", + watch: process.env.TYPEDOC_WATCH === "truex", name: "API", includeVersion: true, basePath: "../",