File tree Expand file tree Collapse file tree 1 file changed +8
-1
lines changed
libraries/rush-lib/assets/rush-init Expand file tree Collapse file tree 1 file changed +8
-1
lines changed Original file line number Diff line number Diff line change 327
327
*/
328
328
"projectFolder" : " apps/my-app" ,
329
329
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
+
330
337
/**
331
338
* An optional category for usage in the "browser-approved-packages.json"
332
339
* and "nonbrowser-approved-packages.json" files. The value must be one of the
333
340
* strings from the "reviewCategories" defined above.
334
341
*/
335
- "reviewCategory" : " production" ,
342
+ /*[LINE "HYPOTHETICAL"]*/ "reviewCategory": "production",
336
343
337
344
/**
338
345
* A list of Rush project names that are to be installed from NPM
You can’t perform that action at this time.
0 commit comments