mirror of
https://github.com/towfiqi/serpbear
synced 2025-06-26 18:15:54 +00:00
8 lines
271 B
Plaintext
8 lines
271 B
Plaintext
const path = require('path');
|
|
|
|
module.exports = {
|
|
'config': path.resolve('database', 'config.js'),
|
|
'models-path': path.resolve('database', 'models'),
|
|
'seeders-path': path.resolve('database', 'seeders'),
|
|
'migrations-path': path.resolve('database', 'migrations')
|
|
}; |