Skip to content

Commit

Permalink
build(website): disable typedoc watch
Browse files Browse the repository at this point in the history
It hangs docusaurus
  • Loading branch information
gpbl committed Dec 26, 2024
1 parent a801348 commit 5fabec6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion website/typedoc.mjs
Original file line number Diff line number Diff line change
Expand Up @@ -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: "../",
Expand Down

0 comments on commit 5fabec6

Please sign in to comment.