We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 13f133f commit df08012Copy full SHA for df08012
README.md
@@ -304,7 +304,7 @@ upper snake-case (i.e. `--no-cors` -> `NO_CORS`).
304
| `NO_GZIP` | Disable GZIP Content-Encoding | Boolean flag only true if set to "true" |
305
| `NO_CORS` | Disable Cross-Origin Resource Sharing | Boolean flag only true if set to "true" |
306
| `READ_ONLY` | Allow only GET requests | Boolean flag only true if set to "true" |
307
-| `DEPENDENCIES` | Install extra npm dependencies in the container for you to use in your server files. | — |
+| ⋆ `DEPENDENCIES` | Install extra npm dependencies in the container for you to use in your server files. | — |
308
309
For details on the options
310
[view `json-server`'s documentation](https://github.com/typicode/json-server#cli-usage).
0 commit comments