mirror of
https://github.com/shishantbiswas/bknd.git
synced 2026-03-16 04:27:21 +00:00
Merge remote-tracking branch 'origin/release/0.9' into feat/app-api-exp-for-nextjs
# Conflicts: # app/src/adapter/nextjs/nextjs.adapter.ts # app/src/index.ts
This commit is contained in:
@@ -5,7 +5,7 @@ export {
|
||||
type AppConfig,
|
||||
type CreateAppConfig,
|
||||
type AppPlugin,
|
||||
type LocalApiOptions
|
||||
type LocalApiOptions,
|
||||
} from "./App";
|
||||
|
||||
export {
|
||||
@@ -15,7 +15,7 @@ export {
|
||||
type ModuleSchemas,
|
||||
type ModuleManagerOptions,
|
||||
type ModuleBuildContext,
|
||||
type InitialModuleConfigs
|
||||
type InitialModuleConfigs,
|
||||
} from "./modules/ModuleManager";
|
||||
|
||||
export * as middlewares from "modules/middlewares";
|
||||
|
||||
Reference in New Issue
Block a user