mirror of
https://github.com/Dokploy/website
synced 2025-06-26 18:16:01 +00:00
refactor: rename folder v2 and delete old docs
This commit is contained in:
9
apps/docs/scripts/pre-build.mts
Normal file
9
apps/docs/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