You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: 300/300/README.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -158,7 +158,7 @@ This will generate the following file and directory structure underneath the ```
158
158
159
159
### Key Points:
160
160
-**`hatch_project/nx.json`**: Configuration for the Nx workspace.
161
-
-**`hatch_project/package.json`**: Dependencies and scripts specific to the project.
161
+
-**`hatch_project/package.json`**: Dependencies and scripts specific to the project. Rename "name": "@hatch-project/source", to "name": "@hatch-project/hatch_project" inside package.json.
162
162
-**`hatch_project/tsconfig.json`**: TypeScript configuration for the project.
163
163
-**`hatch_project/workspace.json` or `project.json`**: Defines the structure and projects within the workspace.
0 commit comments