Skip to content

Commit

Permalink
fix: dist path (#2054)
Browse files Browse the repository at this point in the history
  • Loading branch information
bufo24 committed Dec 27, 2023
1 parent dc27912 commit 8cdd322
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -88,7 +88,7 @@ module.exports.init = function (ui) {
};

if (ui.bs.getOption("scheme") === "https") {
var httpsOpts = require("browser-sync/lib/server/utils").getHttpsOptions(ui.bs.options);
var httpsOpts = require("browser-sync/dist/server/utils").getHttpsOptions(ui.bs.options);
args.key = httpsOpts.key;
args.cert = httpsOpts.cert;
}
Expand Down

0 comments on commit 8cdd322

Please sign in to comment.