mirror of
https://github.com/shishantbiswas/bknd.git
synced 2026-03-17 12:56:05 +00:00
added format command and added trailing commas to reduce conflicts
This commit is contained in:
@@ -4,7 +4,7 @@ export {
|
||||
AppEvents,
|
||||
type AppConfig,
|
||||
type CreateAppConfig,
|
||||
type AppPlugin
|
||||
type AppPlugin,
|
||||
} from "./App";
|
||||
|
||||
export {
|
||||
@@ -14,7 +14,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