12345678 |
- const path = require("path");
- module.exports = {
- config: path.resolve(__dirname, "src", "config", "db.js"),
- "models-path": path.resolve(__dirname, "src", "models"),
- "seeders-path": path.resolve(__dirname, "seeders"),
- "migrations-path": path.resolve(__dirname, "migrations"),
- };
|