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
feat: adds support for detecting NX monorepos (#263)
* feat: adds support for detecting NX monorepos
* fix: adds server.ts files from NX monorepo builds to tools folder
* feat: changes NX project.json detection to rely on the user config for their package path
* fix: fix fail message to correctly reference project.json
Co-authored-by: Michal Piechowiak <[email protected]>
* fix: remove unnecessary reference to selectedProject
---------
Co-authored-by: Michal Piechowiak <[email protected]>
`Could not locate your angular.json at your project root or two levels above your publish directory. Make sure your publish directory is set to "{PATH_TO_YOUR_SITE}/dist/{YOUR_PROJECT_NAME}/browser", where {YOUR_PROJECT_NAME} is 'defaultProject' in your angular.json.`,
30
+
`Could not locate your angular.json/nx.json at your project root or two levels above your publish directory. Make sure your publish directory is set to "{PATH_TO_YOUR_SITE}/dist/{YOUR_PROJECT_NAME}/browser", where {YOUR_PROJECT_NAME} is 'defaultProject' in your angular.json.`,
0 commit comments