We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ccb4f54 commit 59db245Copy full SHA for 59db245
NX.md
@@ -344,8 +344,8 @@ module.exports = composePlugins(withNx(), (config) => {
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:
345
346
```
347
-$ cd /hatch-project/src/hatch_project
348
-$npx nx g @nx/react:app my-app --directory=apps/my-app
+$ cd hatch-project/src/hatch_project
+$ npx nx g @nx/react:app my-app --directory=apps/my-app
349
350
351
Or if you want to create it from the root directory:
0 commit comments