catch missed additions for db separation, add in tokenizers

This commit is contained in:
jmosrael@gmail.com
2024-05-16 14:48:29 -07:00
parent 5f580e172c
commit 8fa06736b4
6 changed files with 142 additions and 7 deletions

View File

@@ -27,6 +27,7 @@
"body-parser": "^1.20.2",
"express": "^4.18.3",
"sequelize": "^6.37.1",
"sqlite3": "^5.1.7"
"sqlite3": "^5.1.7",
"tokenizr": "^1.7.0"
}
}