Register and share your invite link to earn from video plays and referrals.

陈成
@chenchengpro
engineering @qoder_ai_ide, created umijs, dvajs, mako and neovate code.
Joined June 2008
708 Following    12.9K Followers
如果用 claude code,也可以加这个配置,走软链。 { "worktree": { "symlinkDirectories": ["node_modules", ".cache"] }} 大型 monorepo 再加 sparsePaths,只检出你要动的那几个目录,起得会更快。
Show more
学了一招 现在 AI 开发大量使用worktree,每个安装一套依赖会极大的占用空间,可以使用pnpm 的 Global Virtual Store 改用一个全局共享的虚拟存储,省空间,非常有用的一个特性。
Show more