8000 Add "subspaceName" docs to rush.json init template · nirshar/rushstack@6266d51 · GitHub
[go: up one dir, main page]

Skip to content

Commit 6266d51

Browse files
committed
Add "subspaceName" docs to rush.json init template
1 parent 726c547 commit 6266d51

File tree

1 file changed

+8
-1
lines changed

1 file changed

+8
-1
lines changed

libraries/rush-lib/assets/rush-init/rush.json

Lines changed: 8 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -327,12 +327,19 @@
327327
*/
328328
"projectFolder": "apps/my-app",
329329

330+
/**
331+
* This field is only used if "subspacesEnabled" is true in subspaces.json.
332+
* It specifies the subspace that this project belongs to. If omitted, then the
333+
* project belongs to the "default" subspace.
334+
*/
335+
/*[LINE "HYPOTHETICAL"]*/ "subspaceName": "my-subspace",
336+
330337
/**
331338
* An optional category for usage in the "browser-approved-packages.json"
332339
* and "nonbrowser-approved-packages.json" files. The value must be one of the
333340
* strings from the "reviewCategories" defined above.
334341
*/
335-
"reviewCategory": "production",
342+
/*[LINE "HYPOTHETICAL"]*/ "reviewCategory": "production",
336343

337344
/**
338345
* A list of Rush project names that are to be installed from NPM

0 commit comments

Comments
 (0)
0