fix: uncomment the bulk of download_deps.ts

Signed-off-by: Infi <infi@infi.sh>
This commit is contained in:
Infi 2025-08-22 01:15:01 +02:00
parent f8c9127d15
commit 7009c90832
1 changed files with 2 additions and 2 deletions

View File

@ -48,7 +48,7 @@ try {
// Create the output folder
Deno.mkdirSync(outputFolder, { recursive: true })
/*
const deps = [
{
file: "katex.min.css",
@ -331,7 +331,7 @@ for (const dep of deps) {
const file = resolve(outputFolder, dep.file)
Deno.writeFileSync(file, new Uint8Array(data))
console.log(`Downloaded ${dep.file} to ${file}`)
}*/
}
const libsQuery = "https://git.revolt.chat/api/v1/repos/android/final-markdown/releases/latest"