mirror of
https://github.com/shishantbiswas/bknd.git
synced 2026-03-17 12:56:05 +00:00
update app create config to accept libsql config directly
This commit is contained in:
@@ -1,4 +1,11 @@
|
||||
export { App, createApp, AppEvents, type AppConfig, type CreateAppConfig } from "./App";
|
||||
export {
|
||||
App,
|
||||
createApp,
|
||||
AppEvents,
|
||||
type AppConfig,
|
||||
type CreateAppConfig,
|
||||
type AppPlugin
|
||||
} from "./App";
|
||||
|
||||
export {
|
||||
getDefaultConfig,
|
||||
@@ -6,7 +13,8 @@ export {
|
||||
type ModuleConfigs,
|
||||
type ModuleSchemas,
|
||||
type ModuleManagerOptions,
|
||||
type ModuleBuildContext
|
||||
type ModuleBuildContext,
|
||||
type InitialModuleConfigs
|
||||
} from "./modules/ModuleManager";
|
||||
|
||||
export * as middlewares from "modules/middlewares";
|
||||
|
||||
Reference in New Issue
Block a user