From 7e8392659c33ce1c97a5cf25af6a3a6176eb5bf3 Mon Sep 17 00:00:00 2001 From: Stephen Cameron Date: Tue, 4 Feb 2020 20:24:12 +0100 Subject: [PATCH] Adjust BrowserSync port so it matches port-forwarded address, allowing paris.cubedesigners.com:63000 to work fully. --- wp-content/themes/CCV/webpack.mix.js | 1 + 1 file changed, 1 insertion(+) diff --git a/wp-content/themes/CCV/webpack.mix.js b/wp-content/themes/CCV/webpack.mix.js index e11826b..f1ff744 100644 --- a/wp-content/themes/CCV/webpack.mix.js +++ b/wp-content/themes/CCV/webpack.mix.js @@ -27,6 +27,7 @@ mix // Browsersync mix.browserSync({ proxy: proxyURL, + port: 63000, // Changed so it works over port forwarding (paris.cubedesigners.com:63000) open: false, }); -- 2.39.5