mirror of
https://github.com/bknd-io/bknd/
synced 2026-08-02 16:16:02 +00:00
2d5da63eb2
# Conflicts: # app/src/adapter/nextjs/nextjs.adapter.ts # app/src/index.ts
26 lines
581 B
TypeScript
26 lines
581 B
TypeScript
export {
|
|
App,
|
|
createApp,
|
|
AppEvents,
|
|
type AppConfig,
|
|
type CreateAppConfig,
|
|
type AppPlugin,
|
|
type LocalApiOptions,
|
|
} from "./App";
|
|
|
|
export {
|
|
getDefaultConfig,
|
|
getDefaultSchema,
|
|
type ModuleConfigs,
|
|
type ModuleSchemas,
|
|
type ModuleManagerOptions,
|
|
type ModuleBuildContext,
|
|
type InitialModuleConfigs,
|
|
} from "./modules/ModuleManager";
|
|
|
|
export * as middlewares from "modules/middlewares";
|
|
export { registries } from "modules/registries";
|
|
|
|
export type { MediaFieldSchema } from "media/AppMedia";
|
|
export type { UserFieldSchema } from "auth/AppAuth";
|