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 dc27912 commit 8cdd322Copy full SHA for 8cdd322
packages/browser-sync-ui/lib/plugins/network-throttle/network-throttle.js
@@ -88,7 +88,7 @@ module.exports.init = function (ui) {
88
};
89
90
if (ui.bs.getOption("scheme") === "https") {
91
- var httpsOpts = require("browser-sync/lib/server/utils").getHttpsOptions(ui.bs.options);
+ var httpsOpts = require("browser-sync/dist/server/utils").getHttpsOptions(ui.bs.options);
92
args.key = httpsOpts.key;
93
args.cert = httpsOpts.cert;
94
}
0 commit comments