mirror of
https://github.com/stack-auth/stack.git
synced 2026-06-13 21:01:21 +08:00
The next.layout-provider check's import regex only matched the legacy @stackframe/stack scope. After the PR-3 source rename, fixtures (and real projects) import StackProvider from @hexclave/next, so the regex returned false, the layout check failed, and the doctor exited 1. Widen the regex to accept both scopes, mirroring the dual-scope detection in packages/stack-shared/src/config-rendering.ts and apps/dashboard/src/lib/github-config-push.ts. Fixes 9 Stack CLI - Doctor failures in apps/e2e/tests/general/cli.test.ts. |
||
|---|---|---|
| .. | ||
| config-file.test.ts | ||
| config-file.ts | ||
| dev.ts | ||
| doctor.ts | ||
| emulator.test.ts | ||
| emulator.ts | ||
| exec.test.ts | ||
| exec.ts | ||
| fix.ts | ||
| init.ts | ||
| login.ts | ||
| logout.ts | ||
| project.test.ts | ||
| project.ts | ||
| whoami.ts | ||