Delete aux/preprocessGraph.ts

This commit is contained in:
Michael Zhang 2024-07-02 21:32:11 +00:00
parent a44ff3cd4f
commit 05eb94c28e

View file

@ -1,13 +0,0 @@
if (Bun.argv.length > 1) {
if (Bun.argv[2] === "supports") {
process.exit(0);
}
}
const doc = await Bun.stdin.json();
// Bun.write("book.json", JSON.stringify(doc));
// TODO: Generate some kind of graph of pages?
console.log(JSON.stringify(doc));