X-Git-Url: https://git.piment-noir.org/?a=blobdiff_plain;f=typedoc.mjs;h=86f160da4960b68f9ec2c39a5b053ae14354372a;hb=a9fc134421fb6926f4eff76d1d82c9bd8b341606;hp=b9f9cc9911f02ba4db340b427d32da9b244239d4;hpb=041dc05b2a95b36db72525072ba54c4c58ffcf0e;p=poolifier.git diff --git a/typedoc.mjs b/typedoc.mjs index b9f9cc99..86f160da 100644 --- a/typedoc.mjs +++ b/typedoc.mjs @@ -1,7 +1,7 @@ +import { execSync } from 'node:child_process' import { copyFileSync, mkdirSync, readdirSync, rmSync } from 'node:fs' import { dirname, join } from 'node:path' import { fileURLToPath } from 'node:url' -import { execSync } from 'node:child_process' try { mkdirSync(join(dirname(fileURLToPath(import.meta.url)), 'tmp'), {