diff --git a/aux/preprocessGraph.ts b/aux/preprocessGraph.ts deleted file mode 100644 index 7b6f8e4..0000000 --- a/aux/preprocessGraph.ts +++ /dev/null @@ -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));