You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
fix(cli): resolve package.json at runtime to fix ERR_MODULE_NOT_FOUND
Replace static JSON import with lazy runtime read. The static import
broke in dist/ because tsc does not copy JSON files to the output
directory. Version is now read on demand (only when --version is used)
and cached for subsequent calls.
0 commit comments