Update publishing to optionally work with db graphs

Also updated commandline script
This commit is contained in:
Gabriel Horner
2023-08-15 16:35:03 -04:00
parent 732a589d91
commit bcc37eb298
7 changed files with 307 additions and 21 deletions

View File

@@ -7,6 +7,7 @@
},
"dependencies": {
"fs-extra": "9.1.0",
"mldoc": "^1.5.1"
"mldoc": "^1.5.1",
"better-sqlite3": "8.0.1"
}
}