Commit 2497a72
chore: switch yarn from PnP to node-modules linker (#469)
Yarn 4 defaults to PnP (Plug'n'Play) which breaks TypeScript module
resolution for dependencies like @grpc/grpc-js, uuid, and @types/node.
Add .yarnrc.yml with nodeLinker: node-modules and ignore PnP artifacts.
Co-authored-by: William Chong <william-chong@outlook.com>1 parent acf0c51 commit 2497a72
2 files changed
+8
-0
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
13 | 13 | | |
14 | 14 | | |
15 | 15 | | |
| 16 | + | |
| 17 | + | |
| 18 | + | |
| 19 | + | |
| 20 | + | |
| 21 | + | |
| 22 | + | |
16 | 23 | | |
17 | 24 | | |
18 | 25 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
| 1 | + | |
0 commit comments