We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8cbb15b commit c914587Copy full SHA for c914587
scripts/joinLlmsFiles.mjs
@@ -41,7 +41,6 @@ async function fetchFile(route) {
41
42
async function joinFiles() {
43
await fs.mkdir(BUILD_DIR, { recursive: true });
44
- // TODO: Remove HTML from description with replaceAll
45
for (const [llmsFile, files] of Object.entries(FILES_ROUTES)) {
46
const contents = await Promise.all(
47
files.map((route) => fetchFile(route)),
0 commit comments