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 f8221fa commit 7c9f666Copy full SHA for 7c9f666
1 file changed
README.md
@@ -25,5 +25,5 @@ Define the environment variable `APP_RUNTIME` for your application. You can also
25
|-----------|--------------------------------------------------------------------------------------------|---------|
26
| `host` | The host where the server should bind to (precedes `REACT_HOST` environment variable) | `127.0.0.1` |
27
| `port` | The port where the server should be listening (precedes `REACT_PORT` environment variable) | `8080` |
28
-| `docroot` | Set the root dir for serving files (precedes `REACT_PORT` environment variable) | `""` |
+| `document_root_dir` | Set the root dir for serving files (precedes `DOCUMENT_ROOT_DIR` environment variable) | `""` |
29
0 commit comments