File tree Expand file tree Collapse file tree 1 file changed +8
-8
lines changed Expand file tree Collapse file tree 1 file changed +8
-8
lines changed Original file line number Diff line number Diff 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
You can’t perform that action at this time.
0 commit comments