From 386e95b94c2e987a8809d326a65af00ee8b8cff2 Mon Sep 17 00:00:00 2001 From: Dominik Henneke Date: Tue, 13 Jul 2021 16:56:30 +0200 Subject: [PATCH] Add missing comment Signed-off-by: Dominik Henneke --- plugins/techdocs-backend/src/service/router.ts | 1 + 1 file changed, 1 insertion(+) diff --git a/plugins/techdocs-backend/src/service/router.ts b/plugins/techdocs-backend/src/service/router.ts index 38a4908b50..b889312abd 100644 --- a/plugins/techdocs-backend/src/service/router.ts +++ b/plugins/techdocs-backend/src/service/router.ts @@ -176,6 +176,7 @@ export async function createRouter( return; } + // Set the synchronization and build process if "out-of-the-box" configuration is provided. if (isOutOfTheBoxOption(options)) { const { preparers, generators } = options;