UNPKG

pkg

Version:

Package your Node.js project into an executable

13 lines (11 loc) 193 B
'use strict'; module.exports = { pkg: { patches: { 'lib/express-load.js': [ 'entity = path.resolve(', 'entity = process.pkg.path.resolve(', ], }, }, };