mirror of
https://github.com/johndoe6345789/metabuilder.git
synced 2026-04-24 22:04:56 +00:00
- Created src/lib/types/ directory with level-types.ts and schema-types.ts - Created missing hook implementations (use-mobile, useAutoRefresh, useCodeEditor, useDBAL, useFileTree, useGitHubFetcher, useKV) - Created missing auth API modules (fetch-session, login, logout, register) - Fixed import paths from relative '../../types/*' to '@/lib/*' aliases - Updated AppConfiguration type to match Prisma schema - Reduced TypeScript errors from 346 to 305 Co-authored-by: johndoe6345789 <224850594+johndoe6345789@users.noreply.github.com>