@@ -124,17 +124,18 @@ $ nest start <name> [options]
124
124
125
125
##### Options
126
126
127
- | Option | Description |
128
- | -------------------- | -------------------------------------------------------------------------------------------------------------------- |
129
- | ` --path [path] ` | Path to ` tsconfig ` file. <br />Alias ` -p ` |
130
- | ` --config [path] ` | Path to ` nest-cli ` configuration file. <br />Alias ` -c ` |
131
- | ` --watch ` | Run in watch mode (live-reload) <br />Alias ` -w ` |
132
- | ` --watchAssets ` | Run in watch mode (live-reload), watching non-TS files (assets). See [ Assets] ( cli/monorepo#assets ) for more details. |
133
- | ` --debug [hostport] ` | Run in debug mode (with --inspect flag) <br />Alias ` -d ` |
134
- | ` --webpack ` | Use webpack for compilation. |
135
- | ` --webpackPath ` | Path to webpack configuration. |
136
- | ` --tsc ` | Force use ` tsc ` for compilation. |
137
- | ` --exec [binary] ` | Binary to run (default: ` node ` ). <br />Alias ` -e ` |
127
+ | Option | Description |
128
+ | ----------------------- | -------------------------------------------------------------------------------------------------------------------- |
129
+ | ` --path [path] ` | Path to ` tsconfig ` file. <br />Alias ` -p ` |
130
+ | ` --config [path] ` | Path to ` nest-cli ` configuration file. <br />Alias ` -c ` |
131
+ | ` --watch ` | Run in watch mode (live-reload) <br />Alias ` -w ` |
132
+ | ` --preserveWatchOutput ` | Keep outdated console output in watch mode instead of clearing the screen. (` tsc ` watch mode only) |
133
+ | ` --watchAssets ` | Run in watch mode (live-reload), watching non-TS files (assets). See [ Assets] ( cli/monorepo#assets ) for more details. |
134
+ | ` --debug [hostport] ` | Run in debug mode (with --inspect flag) <br />Alias ` -d ` |
135
+ | ` --webpack ` | Use webpack for compilation. |
136
+ | ` --webpackPath ` | Path to webpack configuration. |
137
+ | ` --tsc ` | Force use ` tsc ` for compilation. |
138
+ | ` --exec [binary] ` | Binary to run (default: ` node ` ). <br />Alias ` -e ` |
138
139
139
140
#### nest add
140
141
0 commit comments