Update mkdocsServer.ts

Co-authored-by: Andre Wanlin <67169551+awanlin@users.noreply.github.com>
Signed-off-by: Đỗ Trọng Hải <41283691+hainenber@users.noreply.github.com>
This commit is contained in:
Đỗ Trọng Hải
2023-11-22 00:57:58 +07:00
committed by GitHub
parent 716dd37404
commit 68ae3df039
@@ -59,7 +59,7 @@ export const runMkdocsServer = async (options: {
? ['--config-file', options.mkdocsConfigFileName]
: []),
...(options.mkdocsParameterClean ? ['--clean'] : []),
...(options.mkdocsParameterDirtyReload ? ['--dirty'] : []),
...(options.mkdocsParameterDirtyReload ? ['--dirtyreload'] : []),
...(options.mkdocsParameterStrict ? ['--strict'] : []),
],
{