X-Git-Url: https://git.piment-noir.org/?a=blobdiff_plain;f=typedoc.mjs;h=b9f9cc9911f02ba4db340b427d32da9b244239d4;hb=b2861a61e73843953d25072b5a62e8526de6a132;hp=1d74fb4e16d20aeb63dfd7ad8e7563130425378f;hpb=de2e7182cca6b34b000a09bf6d0ddcff4757db3a;p=poolifier.git diff --git a/typedoc.mjs b/typedoc.mjs index 1d74fb4e..b9f9cc99 100644 --- a/typedoc.mjs +++ b/typedoc.mjs @@ -9,7 +9,7 @@ try { }) const markdownFiles = readdirSync( join(dirname(fileURLToPath(import.meta.url)), 'docs') - ).filter((file) => file.endsWith('.md')) + ).filter(file => file.endsWith('.md')) for (const markdownFile of markdownFiles) { copyFileSync( join(dirname(fileURLToPath(import.meta.url)), 'docs', markdownFile),