mirror of
https://github.com/tiennm99/FBcount.git
synced 2026-05-15 06:58:07 +00:00
14 lines
279 B
JavaScript
14 lines
279 B
JavaScript
'use strict';
|
|
|
|
module.exports = {
|
|
pkg: {
|
|
patches: {
|
|
'index.js': [
|
|
'execFile(process.execPath, [\'--v8-options\'],',
|
|
'execFile(process.execPath, [\'--v8-options\'], ' +
|
|
'{ env: { PKG_EXECPATH: \'PKG_INVOKE_NODEJS\' } },'
|
|
]
|
|
}
|
|
}
|
|
};
|