feat(package): add npmRebuild option to package.json

- Introduced the "npmRebuild" option in package.json, set to false, to control the rebuilding of native modules during installation.

This commit enhances the package configuration by providing more control over the build process for native dependencies.
This commit is contained in:
matt 2026-02-13 00:40:15 +09:00
parent f94cc26e34
commit dfbe38782c

View file

@ -124,6 +124,7 @@
"package.json"
],
"asar": true,
"npmRebuild": false,
"extraMetadata": {
"main": "dist-electron/main/index.cjs"
},