Commit 12dbd7c
committed
chore: install prisma/client-runtime-utils
we have a runtime lint/typecheck issue where tsc can't resolve the type
properly.
refer to this issue:
prisma/prisma#28581 (comment),
where the problem exists due to symlinks used by pnpm to link to
packages. to avoid this, we have to install the required prisma package
at the package's top level1 parent 6718017 commit 12dbd7c
3 files changed
+18
-11
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
41 | 41 | | |
42 | 42 | | |
43 | 43 | | |
| 44 | + | |
44 | 45 | | |
45 | 46 | | |
46 | 47 | | |
| |||
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
24 | 24 | | |
25 | 25 | | |
26 | 26 | | |
| 27 | + | |
27 | 28 | | |
28 | 29 | | |
29 | 30 | | |
| |||
0 commit comments