Skip to content

Commit 470d3ab

Browse files
committed
fix(serve): window not displayed on windows, fixes #693
1 parent 8fc65fd commit 470d3ab

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

index.js

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -443,7 +443,8 @@ module.exports = (api, options) => {
443443
// Disable electron security warnings
444444
ELECTRON_DISABLE_SECURITY_WARNINGS: true
445445
},
446-
stdio: stdioConfig
446+
stdio: stdioConfig,
447+
windowsHide: false
447448
}
448449
)
449450

0 commit comments

Comments
 (0)