2022-03-26 03:05:05 -04:00
|
|
|
const path = require("path")
|
|
|
|
|
|
|
|
module.exports = {
|
2022-03-30 03:27:42 -04:00
|
|
|
// config: path.resolve("config", "config.js"),
|
2022-03-26 03:05:05 -04:00
|
|
|
"models-path": path.resolve("src", "lib", "models"),
|
|
|
|
// "seeders-path": path.resolve("src", "seeders"),
|
|
|
|
"migrations-path": path.resolve("src", "migrations")
|
|
|
|
}
|