Files
2020-03-02 14:53:23 +07:00

13 lines
189 B
JavaScript

'use strict';
module.exports = {
pkg: {
patches: {
'lib/express-load.js': [
'entity = path.resolve(',
'entity = process.pkg.path.resolve('
]
}
}
};