Skip to content

Commit 754d876

Browse files
committed
Merge branch '6.4' into 7.2
* 6.4: Update virtual-machine.rst
2 parents 349c68f + 378f0a1 commit 754d876

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

frontend/encore/virtual-machine.rst

+1-1
Original file line numberDiff line numberDiff line change
@@ -107,7 +107,7 @@ the dev-server. To fix this, set the ``allowedHosts`` option:
107107
// ...
108108
109109
.configureDevServerOptions(options => {
110-
options.allowedHosts = all;
110+
options.allowedHosts = 'all';
111111
})
112112
113113
.. warning::

0 commit comments

Comments
 (0)