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
I see all my libraries under packages appear under the lib projects heading, but then there is a deployments heading that appears under that.
Expected Behavior
I would expect the value of appsDir to influence the way that nx graph sorts projects and should list everything in deployments under the app projects heading. That appsDir exists suggests that the folder that 'apps' should be homed in isn't prescriptive.
Steps to Reproduce
Configure workspaceLayout with appsDir set to something other than app or apps?
Current Behavior
Running
nx graph
with a nx.json with the following configurationI see all my libraries under
packages
appear under thelib projects
heading, but then there is adeployments
heading that appears under that.Expected Behavior
I would expect the value of
appsDir
to influence the way thatnx graph
sorts projects and should list everything indeployments
under theapp projects
heading. ThatappsDir
exists suggests that the folder that 'apps' should be homed in isn't prescriptive.Steps to Reproduce
Configure
workspaceLayout
withappsDir
set to something other thanapp
orapps
?Environment
The text was updated successfully, but these errors were encountered: