Sequelize and sqlite init with test user model

This commit is contained in:
advplyr 2023-03-08 12:33:52 -06:00
parent a2d4a4a906
commit b8ab72a141
6 changed files with 2452 additions and 19 deletions

View file

@ -35,10 +35,12 @@
"graceful-fs": "^4.2.10",
"htmlparser2": "^8.0.1",
"node-tone": "^1.0.1",
"sequelize": "^6.29.1",
"socket.io": "^4.5.4",
"sqlite3": "^5.1.4",
"xml2js": "^0.4.23"
},
"devDependencies": {
"nodemon": "^2.0.20"
}
}
}