We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 677e194 commit 6e5a063Copy full SHA for 6e5a063
300/300/README.md
@@ -138,6 +138,17 @@ This will generate the following file and directory structure underneath the ```
138
- **`hatch_project/tsconfig.json`**: TypeScript configuration for the project.
139
- **`hatch_project/workspace.json` or `project.json`**: Defines the structure and projects within the workspace.
140
141
+**IMPORTANT**: Move **nx.json** to ```hatch-project``` directory so it can connect with Nx Cloud.
142
+
143
+```
144
+└─ hatch-project
145
+ ├─ ...
146
+ ├─ nx.json
147
+ └─ src
148
+ └─ hatch_project
149
150
151
152
**IMPORTANT**: Modify **nx.json** so it can connect with Nx Cloud.
153
154
Here’s a sample `nx.json` configuration that supports Nx Cloud for your workspace:
0 commit comments