mirror of
https://github.com/informaticker/uek-109-LBb.git
synced 2024-11-22 01:31:58 +01:00
8 lines
254 B
Plaintext
8 lines
254 B
Plaintext
const path = require('path');
|
|
|
|
module.exports = {
|
|
'config': path.resolve('config', 'config.js'),
|
|
'models-path': path.resolve('src', 'models'),
|
|
'seeders-path': path.resolve('src', 'seeders'),
|
|
'migrations-path': path.resolve('src', 'migrations')
|
|
}; |