refactor(build-docs): integrate with original build-docs script

This commit is contained in:
Elian Doran
2025-11-01 20:37:03 +02:00
parent ecf12a4063
commit 6e06d7169f
6 changed files with 40 additions and 32 deletions

View File

@@ -1,3 +1,4 @@
export default interface BuildContext {
gitRootDir: string;
baseDir: string;
}