Started on the database

This commit is contained in:
Eclypsed
2024-01-23 01:21:41 -05:00
parent fd489b055c
commit 830ab55023
9 changed files with 528 additions and 37 deletions

View File

@@ -27,6 +27,9 @@
},
"type": "module",
"dependencies": {
"@fortawesome/fontawesome-free": "^6.5.1"
"@fortawesome/fontawesome-free": "^6.5.1",
"@types/better-sqlite3": "^7.6.8",
"bcrypt-ts": "^5.0.1",
"better-sqlite3": "^9.3.0"
}
}