Content pfp
Content
@
0 reply
0 recast
0 reaction

‍‍ pfp
‍‍
@git
The best pnpm feature I've come across yet When in dev using your workspaces as dependencies locally, you get to use the TS file directly and receive instant updates When building before a deployment or a release, the main, module, types, and exports under publishConfig are used
2 replies
2 recasts
10 reactions

Glitch pfp
Glitch
@glitch
Daamn what, this is so useful, do you mean it builds automatically?
1 reply
0 recast
0 reaction

‍‍ pfp
‍‍
@git
run dev server for app A, app A has local pkg B as a dependency, make changes to pkg B files, get instant updates in app A pkg B doesn't need to be on `tsc --watch` or `tsup --watch`, it just works. Also cmd+clicking code from pkg B in app A takes you directly to TS source code
1 reply
0 recast
1 reaction

Glitch pfp
Glitch
@glitch
🔥 thanks for sharing
0 reply
0 recast
1 reaction