back to sequelize

This commit is contained in:
2024-07-27 23:30:37 +05:30
parent b79170aafd
commit 6c497c9be1
9 changed files with 1220 additions and 22 deletions

6
.sequelizerc Normal file
View File

@@ -0,0 +1,6 @@
require("dotenv-flow").config();
const path = require("path");
module.exports = {
"config": path.resolve("config", "sequelize.js")
};