2025-04-01 23:48:10 -04:00

13 lines
193 B
JavaScript

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