Skip to content

Commit ae1b433

Browse files
Merge pull request #2730 from m4tt72/docs/add-manual-restart-option-docs
docs(workspaces): add manual restart option to global compiler options
2 parents d7c35ba + 3334308 commit ae1b433

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

content/cli/workspaces.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -191,6 +191,7 @@ These properties specify the compiler to use as well as various options that aff
191191
| `deleteOutDir` | boolean | If `true`, whenever the compiler is invoked, it will first remove the compilation output directory (as configured in `tsconfig.json`, where the default is `./dist`). |
192192
| `assets` | array | Enables automatically distributing non-TypeScript assets whenever a compilation step begins (asset distribution does **not** happen on incremental compiles in `--watch` mode). See below for details. |
193193
| `watchAssets` | boolean | If `true`, run in watch-mode, watching **all** non-TypeScript assets. (For more fine-grained control of the assets to watch, see [Assets](cli/monorepo#assets) section below). |
194+
| `manualRestart` | boolean | If `true`, enables the shortcut `rs` to manually restart the server. Default value is `false`. |
194195

195196
#### Global generate options
196197

0 commit comments

Comments
 (0)