We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1accd7d commit 8460d94Copy full SHA for 8460d94
lib/utils/runBonjour.js
@@ -9,7 +9,7 @@ function runBonjour(options) {
9
port,
10
type: https ? 'https' : 'http',
11
subtypes: ['webpack'],
12
- ...(typeof options.bonjour === 'object' && options.bonjour),
+ ...options.bonjour,
13
});
14
15
process.on('exit', () => {
0 commit comments