Skip to content

Commit 6e5a063

Browse files
authored
Update README.md
1 parent 677e194 commit 6e5a063

File tree

1 file changed

+11
-0
lines changed

1 file changed

+11
-0
lines changed

300/300/README.md

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -138,6 +138,17 @@ This will generate the following file and directory structure underneath the ```
138138
- **`hatch_project/tsconfig.json`**: TypeScript configuration for the project.
139139
- **`hatch_project/workspace.json` or `project.json`**: Defines the structure and projects within the workspace.
140140

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+
141152
**IMPORTANT**: Modify **nx.json** so it can connect with Nx Cloud.
142153

143154
Here’s a sample `nx.json` configuration that supports Nx Cloud for your workspace:

0 commit comments

Comments
 (0)