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 9f29448 commit c341c78Copy full SHA for c341c78
GEMINI.md
@@ -28,9 +28,9 @@ The dependency graph is:
28
29
```
30
graph TD
31
- core --> angular;
32
- core --> react;
33
core --> translations;
+ react --> core;
+ angular --> core;
34
angular --> styles;
35
react --> styles;
36
shadcn --> react;
@@ -41,9 +41,7 @@ graph TD
41
- All packages extend the same base `tsconfig.json` file.
42
- Where possible, prefer Vitest testing framework.
43
44
-## Context
45
-
46
-Additional context for packages available:
+## Additional Context
47
48
- `core`: @./packages/core/GEMINI.md
49
- `react`: @./packages/react/GEMINI.md
0 commit comments