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
revert(create): drop .git support from findWorkspaceRoot
Per PR review: extending `findWorkspaceRoot` to recognize `.git` as a
project boundary is out of scope for this PR. Restore it to the
original monorepo-marker-only behavior (`pnpm-workspace.yaml`,
`workspaces` in `package.json`, `lerna.json`).
`getConfiguredDefaultTemplate` still walks up via `findWorkspaceRoot`
so monorepo layouts continue to pick up the root `vite.config.ts` from
any subdirectory. Standalone git repos (no monorepo marker) now only
see a config that sits at the cwd.
Update `org-resolve.spec.ts` to exercise the walk-up via
`pnpm-workspace.yaml` instead of `.git`, and remove the nested-`.git`-
subproject test since there's nothing for that case to assert against
anymore.
0 commit comments