mirror of
https://github.com/Dokploy/website.git
synced 2026-07-12 09:25:26 +02:00
feat: migration to fumadocs 14
This commit is contained in:
9
apps/docs-v2/scripts/pre-build.mts
Normal file
9
apps/docs-v2/scripts/pre-build.mts
Normal file
@@ -0,0 +1,9 @@
|
||||
import { generateDocs } from "./generate-docs.mjs";
|
||||
async function main() {
|
||||
await Promise.all([generateDocs()]);
|
||||
console.log("Pre build script completed");
|
||||
}
|
||||
|
||||
await main().catch((e) => {
|
||||
console.error("Failed to run pre build script", e);
|
||||
});
|
||||
Reference in New Issue
Block a user