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.
1 parent 1cfdad1 commit f471149Copy full SHA for f471149
frontend/encore/dev-server.rst
@@ -48,7 +48,7 @@ these options automatically:
48
}
49
50
If you experience issues related to CORS (Cross Origin Resource Sharing), add
51
-the ``--disable-host-check`` and ``--port`` options to the ``dev-server``
+the ``--firewall false`` and ``--port`` options to the ``dev-server``
52
command in the ``package.json`` file:
53
54
.. code-block:: diff
@@ -57,7 +57,7 @@ command in the ``package.json`` file:
57
...
58
"scripts": {
59
- "dev-server": "encore dev-server",
60
- + "dev-server": "encore dev-server --port 8080 --disable-host-check",
+ + "dev-server": "encore dev-server --port 8080 --firewall false",
61
62
63
0 commit comments