Skip to content

Commit

Permalink
Update packages/gasket-plugin-https/lib/configure.js
Browse files Browse the repository at this point in the history
Co-authored-by: Andrew Gerard <63810935+agerard-godaddy@users.noreply.github.com>
  • Loading branch information
mmason2-godaddy and agerard-godaddy authored Feb 4, 2025
1 parent 1e3d162 commit 8c15e3b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/gasket-plugin-https/lib/configure.js
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ module.exports = function configure(gasket, config) {

if (Array.isArray(serverConfig)) {
serverConfig.forEach(item => {
item.root = root;
item.root ??= root;
});
} else {
serverConfig.root = root;
Expand Down

0 comments on commit 8c15e3b

Please sign in to comment.