X-Git-Url: https://git.piment-noir.org/?a=blobdiff_plain;f=typedoc.mjs;h=b9f9cc9911f02ba4db340b427d32da9b244239d4;hb=7cf320c9070f49efc4c68d9330d11c61fb995359;hp=1d74fb4e16d20aeb63dfd7ad8e7563130425378f;hpb=8ebe6c308dc1fc3202980126da043b2855d24780;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),