mirror of
https://github.com/20kaushik02/spotify-manager.git
synced 2025-12-06 08:14:07 +00:00
7 lines
137 B
Plaintext
7 lines
137 B
Plaintext
require("dotenv-flow").config();
|
|
|
|
const path = require("path");
|
|
module.exports = {
|
|
"config": path.resolve("config", "sequelize.js")
|
|
};
|