add cli arg for localdb path

This commit is contained in:
2023-08-03 19:31:11 +00:00
parent ab3bf15efe
commit ea94d31b0c
3 changed files with 16 additions and 7 deletions

View File

@@ -11,6 +11,7 @@
"cookie-parser": "^1.4.6",
"cors": "^2.8.5",
"express": "^4.18.2",
"minimist": "^1.2.8",
"morgan": "^1.10.0",
"ws": "^8.13.0"
},