mirror of
https://github.com/KevinMidboe/leifsbackend.git
synced 2025-10-29 09:40:20 +00:00
8 lines
271 B
Plaintext
8 lines
271 B
Plaintext
const path = require('path');
|
|
|
|
module.exports = {
|
|
"config": path.resolve('./src/db/config', 'config.json'),
|
|
"models-path": path.resolve('./src/db/models'),
|
|
"seeders-path": path.resolve('./src/db/seeders'),
|
|
"migrations-path": path.resolve('./src/db/migrations')
|
|
}; |