Skip to content

Commit aec435e

Browse files
Update virtual-machine.rst
Syntax error: made 'all' a string
1 parent 349c68f commit aec435e

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)