mirror of
https://github.com/zadam/trilium.git
synced 2025-11-06 13:26:01 +01:00
feat(build-docs): copy swagger UI
This commit is contained in:
9
apps/build-docs/src/main.ts
Normal file
9
apps/build-docs/src/main.ts
Normal file
@@ -0,0 +1,9 @@
|
||||
import { join } from "path";
|
||||
import BuildContext from "./context";
|
||||
import buildSwagger from "./swagger";
|
||||
|
||||
const context: BuildContext = {
|
||||
baseDir: join(__dirname, "../../../site")
|
||||
};
|
||||
|
||||
buildSwagger(context);
|
||||
Reference in New Issue
Block a user