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
Search for the root of the potential workspace if it meets the following conditions, otherwise it would fallback to root:
- contains workspaces field in package.json
- contains one of the following file
lerna.json
pnpm-workspace.yaml
In the case of an NX workspace, the only condition should be that it contains the nx.json file. Could this case be added?
Suggested solution
In the case of an NX workspace, the only condition should be that it contains the nx.json file
Description
According to: https://vite.dev/guide/api-javascript#searchforworkspaceroot:
In the case of an NX workspace, the only condition should be that it contains the nx.json file. Could this case be added?
Suggested solution
In the case of an NX workspace, the only condition should be that it contains the nx.json file
Alternative
No response
Additional context
No response
Validations
The text was updated successfully, but these errors were encountered: