Add missing comment

Signed-off-by: Dominik Henneke <dominik.henneke@sda-se.com>
This commit is contained in:
Dominik Henneke
2021-07-13 16:56:30 +02:00
parent 2d58075d46
commit 386e95b94c
@@ -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;