mirror of
https://github.com/20kaushik02/express-sequelize-backend-template.git
synced 2025-12-06 05:24:07 +00:00
6 lines
135 B
Plaintext
6 lines
135 B
Plaintext
require("dotenv-flow").config();
|
|
|
|
const path = require("path");
|
|
module.exports = {
|
|
"config": path.resolve("config", "sequelize.js")
|
|
}; |