mirror of
https://github.com/johndoe6345789/metabuilder.git
synced 2026-04-26 23:04:57 +00:00
code: nextjs,index,frontends (2 files)
This commit is contained in:
@@ -1,3 +1,3 @@
|
||||
// Component system exports
|
||||
export { componentCatalog, getComponentCatalog } from './component-catalog'
|
||||
export { componentCatalog } from './component-catalog'
|
||||
export { ComponentRegistry, getComponentRegistry } from './component-registry'
|
||||
|
||||
@@ -1,4 +1,5 @@
|
||||
// DBAL (Database Abstraction Layer) exports
|
||||
export { DBALClient, createDBALClient } from './dbal-client'
|
||||
export { getDBALIntegration, initializeDBAL } from './dbal-integration'
|
||||
export { createDBALStub, DBALStub } from './dbal-stub'
|
||||
export { DBALIntegration, dbal } from './dbal-integration'
|
||||
export { default as DBALStub } from './dbal-stub'
|
||||
export type { DBALConfig, DBALUser, ListResult } from './dbal-stub'
|
||||
|
||||
Reference in New Issue
Block a user