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
refactor(cli): move dynamic imports to top of index.tsx
- Import fs and path modules at the top instead of dynamic await import()
- Use fs.promises for getProjectFileTree call
- Cleaner code structure following standard import patterns
0 commit comments