Update package.json pkg assets, remove njodb and dependencies

This commit is contained in:
advplyr 2023-07-09 14:22:30 -05:00
parent b9be7510f8
commit e85ddc1aa1
22 changed files with 3 additions and 4058 deletions

View file

@ -14,7 +14,7 @@ class Database {
this.isNew = false // New absdatabase.sqlite created
// Temporarily using format of old DB
// below data should be loaded from the DB as needed
// TODO: below data should be loaded from the DB as needed
this.libraryItems = []
this.users = []
this.libraries = []