We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7f4e85b commit 7f23c5dCopy full SHA for 7f23c5d
CLAUDE.md
@@ -63,6 +63,7 @@ You are a **Principal Software Engineer** responsible for:
63
- **Add dev dependency**: `pnpm add -D <package> --save-exact`
64
- **🚨 MANDATORY**: Always add dependencies with exact versions using `--save-exact` flag to ensure reproducible builds
65
- **Update dependencies**: `pnpm update`
66
+- **Dynamic imports**: Only use dynamic imports for test mocking (e.g., `vi.importActual` in Vitest). Avoid runtime dynamic imports in production code
67
68
## Important Project-Specific Rules
69
0 commit comments