Delete aux/preprocessGraph.ts
This commit is contained in:
parent
a44ff3cd4f
commit
05eb94c28e
1 changed files with 0 additions and 13 deletions
|
@ -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));
|
Loading…
Reference in a new issue