Spaces:
Runtime error
Runtime error
| require("babel-register"); | |
| const path = require("path"); | |
| module.exports = { | |
| config: path.resolve("src", "db", "config", "config.js"), | |
| "models-path": path.resolve("src", "models"), | |
| "seeders-path": path.resolve("src", "db", "seeders"), | |
| "migrations-path": path.resolve("src", "db", "migrations"), | |
| }; | |