We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 59db245 commit 9cf78aaCopy full SHA for 9cf78aa
NX.md
@@ -341,7 +341,7 @@ module.exports = composePlugins(withNx(), (config) => {
341
});
342
```
343
344
-You can use the Nx generate command to create a new app in the ```hatch-project/src/hatch_project/apps``` directory. Here's how:
+You can use the Nx generate command to create a new app (here: ```my-app```) in the ```hatch-project/src/hatch_project/apps``` directory. Here's how:
345
346
347
$ cd hatch-project/src/hatch_project
0 commit comments