Describe the bug
Fresh clone + pnpm install + pnpm dev fails with:
Module not found: Can't resolve '@docsearch/css'
Imported from: ./src/styles/global.css
To reproduce
- Clone repo and checkout
dev
corepack enable && pnpm install
pnpm dev
- Build fails with the error above
Expected behavior
Project compiles without adding extra packages manually.
Screenshots
No response
Desktop (please complete the following information)
- OS: Windows 10
- Browser: Chrome
- Version: 135.0
Smartphone (please complete the following information)
N/A
Additional context
@docsearch/css is imported in src/styles/global.css but is not listed in dependencies.
Fresh installs fail until the package is manually added via pnpm add -w @docsearch/css.
Would you like to work on this issue?