Skip to content

Commit 725a10b

Browse files
committed
to accept cli args
1 parent 4731e58 commit 725a10b

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

forge.config.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -56,7 +56,7 @@ const config: ForgeConfig = {
5656
// at package time, before code signing the application
5757
new FusesPlugin({
5858
version: FuseVersion.V1,
59-
[FuseV1Options.RunAsNode]: false,
59+
[FuseV1Options.RunAsNode]: true,
6060
[FuseV1Options.EnableCookieEncryption]: true,
6161
[FuseV1Options.EnableNodeOptionsEnvironmentVariable]: false,
6262
[FuseV1Options.EnableNodeCliInspectArguments]: false,

0 commit comments

Comments
 (0)