mirror of
https://github.com/johndoe6345789/metabuilder.git
synced 2026-04-25 14:25:02 +00:00
- Removed all stub files (dbal-stub, database-lib/dbal-stub) - Updated all imports to use real DBAL from @/dbal - Updated tsconfig.json to add @/dbal path (without wildcard) - Updated next.config.ts webpack alias to dbal/development/src - Updated dbal-state, get-dbal, and dbal-client to use real DBALClient - Frontend now exclusively uses real DBAL (development or production mode) - No fallback to stub - proper error handling only Co-authored-by: johndoe6345789 <224850594+johndoe6345789@users.noreply.github.com>