We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4731e58 commit 725a10bCopy full SHA for 725a10b
1 file changed
forge.config.ts
@@ -56,7 +56,7 @@ const config: ForgeConfig = {
56
// at package time, before code signing the application
57
new FusesPlugin({
58
version: FuseVersion.V1,
59
- [FuseV1Options.RunAsNode]: false,
+ [FuseV1Options.RunAsNode]: true,
60
[FuseV1Options.EnableCookieEncryption]: true,
61
[FuseV1Options.EnableNodeOptionsEnvironmentVariable]: false,
62
[FuseV1Options.EnableNodeCliInspectArguments]: false,
0 commit comments