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.
ddev browsersync
1 parent 60f1e37 commit 6c437b8Copy full SHA for 6c437b8
commands/web/browsersync
@@ -6,5 +6,5 @@
6
## Example: "ddev browsersync"
7
## ExecRaw: true
8
9
-echo "Proxying browsersync on ${DDEV_PRIMARY_URL}:3000"
+echo "Proxying Browsersync on $(echo ${DDEV_PRIMARY_URL} | sed -E 's/:[0-9]+//'):3000"
10
browser-sync start -c /var/www/html/.ddev/browser-sync.cjs | grep -v "Access URLs\|--------------------\|Local: http\|External: http"
0 commit comments