lowdb persistence

- bug: while creating a new entry, the database briefly returns an empty array which causes the interface to flash
This commit is contained in:
cv
2021-04-17 11:47:01 +02:00
parent 5f93e1e4bc
commit 37145ee076
6 changed files with 163 additions and 77 deletions
+1
View File
@@ -6,6 +6,7 @@
"body-parser": "~1.19.0",
"express": "~4.17.1",
"express-session": "~1.17.1",
"lowdb": "^1.0.0",
"nanoid": "^3.1.22",
"passport": "~0.4.1",
"passport-local": "~1.0.0",