mirror of
https://gitlab.com/CIEFWorldwideSdnBhd/izyim-api.git
synced 2026-08-19 04:24:01 +00:00
8 lines
271 B
Plaintext
8 lines
271 B
Plaintext
const path = require('path');
|
|
|
|
module.exports = {
|
|
"config": path.resolve('./server/config', 'config.json'),
|
|
"models-path": path.resolve('./server/models'),
|
|
"seeders-path": path.resolve('./server/seeders'),
|
|
"migrations-path": path.resolve('./server/migrations')
|
|
}; |