Add watchIgnoreFiles config option to docs

This commit is contained in:
jozefcipa 2020-01-14 11:55:34 +01:00
parent 9940f221f0
commit 1a194047e6

View File

@ -450,6 +450,7 @@ The session doesn't work with `mongo` as a client. The package that we should us
- `admin`
- `autoOpen` (boolean): Enable or disabled administration opening on start (default: `true`)
- `path` (string): Allow to change the URL to access the admin (default: `/admin`).
- `watchIgnoreFiles` (array): Add custom files that should not be watched during development (default: `[]`)
- `build`
- `backend` (string): URL that the admin panel and plugins will request (default: `http://localhost:1337`).