mirror of
https://github.com/johndoe6345789/metabuilder.git
synced 2026-05-03 02:04:54 +00:00
99bb647503
- Fixed package import paths (../../packages to ../packages) - Added missing Session fields (lastActivity) and types (CreateSessionInput, UpdateSessionInput, ListSessionsOptions) - Added missing properties to getter return types: - SMTPConfig: added id, createdAt, updatedAt - PageConfig: added sortOrder, isPublished - ModelSchema: added id field - Tenant: added slug field - Workflow: added trigger, actions, isActive, createdAt - Fixed package-glue exports (getPackage instead of getPackageGlue) - Created dbal-update-user.server stub - Errors reduced from 154 to 153 (with proper dependencies installed) Co-authored-by: johndoe6345789 <224850594+johndoe6345789@users.noreply.github.com>