mirror of
https://github.com/Dvorinka/excalidraw-full.git
synced 2026-06-03 13:52:56 +00:00
338dbcc20e
- Remove stale cloudflare-worker submodule entry from .gitmodules - Remove .git dirs from cf-kv and excalidraw-libraries so Git tracks them as regular files - Fixes 'No url found for submodule path cf-kv' CI error
6 lines
148 B
JavaScript
6 lines
148 B
JavaScript
import { readFile } from "fs/promises";
|
|
|
|
const lib = await JSON.parse(await readFile("./libraries.json"));
|
|
|
|
console.log(Object.values(lib).length);
|