Boilerplates, base config, folder structure, utils, etc.

This commit is contained in:
2022-10-07 14:25:50 +05:30
parent dbcb4afce0
commit 76b6f05e92
11 changed files with 236 additions and 1 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", "config.js")
};