aptalca 59a23ebf46 use the release tarball, no need to build frontend
also switch back to native builds
2020-12-22 16:10:16 -05:00

8 lines
194 B
Plaintext

var path = require('path');
module.exports = {
'config': '/config/config.json',
'migrations-path': path.resolve('lib', 'migrations'),
'models-path': path.resolve('lib', 'models')
}