We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e2da1fc commit 0795384Copy full SHA for 0795384
content/recipes/hot-reload.md
@@ -69,7 +69,7 @@ bootstrap();
69
To simplify the execution process, add a script to your `package.json` file.
70
71
```json
72
-"start:dev": "nest build --watch --webpack --webpackPath webpack-hmr.config.js"
+"start:dev": "nest build --webpack --webpackPath webpack-hmr.config.js"
73
```
74
75
Now simply open your command line and run the following command:
0 commit comments