UNPKG

bknd

Version:

Lightweight Firebase/Supabase alternative built to run anywhere — incl. Next.js, React Router, Astro, Cloudflare, Bun, Node, AWS Lambda & more.

7 lines (6 loc) 544 B
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";