From 05eb94c28e5904c513d8d017cd4e7502036a77be Mon Sep 17 00:00:00 2001 From: michael Date: Tue, 2 Jul 2024 21:32:11 +0000 Subject: [PATCH] Delete aux/preprocessGraph.ts --- aux/preprocessGraph.ts | 13 ------------- 1 file changed, 13 deletions(-) delete mode 100644 aux/preprocessGraph.ts 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));