2025-10-12 00:40:02 +07:00

9 lines
233 B
Plaintext

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