Skip to content

Commit c679fe5

Browse files
EtienneHosmanjaviereguiluz
authored andcommitted
Update virtual-machine.rst
Syntax error: made 'all' a string
1 parent 1e8d50b commit c679fe5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

frontend/encore/virtual-machine.rst

Lines changed: 1 addition & 1 deletion
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)