mirror of
https://github.com/mjrode/WhatToWatch.git
synced 2026-01-06 05:29:34 -06:00
8 lines
293 B
Plaintext
8 lines
293 B
Plaintext
var path = require('path')
|
|
|
|
module.exports = {
|
|
config: path.resolve('server', 'db', 'config', 'config.json'),
|
|
'models-path': path.resolve('server', 'db', 'models'),
|
|
'seeders-path': path.resolve('server', 'db', 'seeders'),
|
|
'migrations-path': path.resolve('server', 'db', 'migrations')
|
|
} |