Skip to content

Commit 984240c

Browse files
Merge pull request #2706 from micalevisk/patch-2
docs(cli): add hint on manual restart for tsc watch mode
2 parents e31f7b4 + 51390bc commit 984240c

File tree

1 file changed

+8
-8
lines changed

1 file changed

+8
-8
lines changed

content/cli/usages.md

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -107,14 +107,14 @@ $ nest build <name> [options]
107107

108108
##### Options
109109

110-
| Option | Description |
111-
| ----------------- | ------------------------------------------------------ |
112-
| `--path [path]` | Path to `tsconfig` file. <br/>Alias `-p` |
113-
| `--config [path]` | Path to `nest-cli` configuration file. <br/>Alias `-c` |
114-
| `--watch` | Run in watch mode (live-reload) <br/>Alias `-w` |
115-
| `--webpack` | Use webpack for compilation. |
116-
| `--webpackPath` | Path to webpack configuration. |
117-
| `--tsc` | Force use `tsc` for compilation. |
110+
| Option | Description |
111+
| ----------------- | ------------------------------------------------------------------------------------------------------------------------------------- |
112+
| `--path [path]` | Path to `tsconfig` file. <br/>Alias `-p` |
113+
| `--config [path]` | Path to `nest-cli` configuration file. <br/>Alias `-c` |
114+
| `--watch` | Run in watch mode (live-reload). If you're using `tsc` for compilation, you can type `rs` to restart the application. <br/>Alias `-w` |
115+
| `--webpack` | Use webpack for compilation. |
116+
| `--webpackPath` | Path to webpack configuration. |
117+
| `--tsc` | Force use `tsc` for compilation. |
118118

119119
#### nest start
120120

0 commit comments

Comments
 (0)