From 263b0b3683d4703a414a5d09293d847c4d24114e Mon Sep 17 00:00:00 2001 From: Simon Stucki Date: Wed, 14 Aug 2024 10:33:42 +0200 Subject: [PATCH] Document TypeDoc watch --- website/README.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/website/README.md b/website/README.md index 61c65fe..2ce6fe3 100644 --- a/website/README.md +++ b/website/README.md @@ -12,6 +12,10 @@ Documentation for strahl built using [Docusaurus](https://docusaurus.io/). This command starts a local development server and opens up a browser window. Most changes are reflected live without having to restart the server. +To continuously update the `TypeDoc` API types, use: + +`TYPEDOC_WATCH=true npm run dev` + ### Build `npm run build`