mirror of
https://github.com/shishantbiswas/bknd.git
synced 2026-03-17 12:56:05 +00:00
refactor console imports, added config update event
This commit is contained in:
@@ -1,5 +1,6 @@
|
||||
import { App, type CreateAppConfig } from "bknd";
|
||||
import { config as $config, $console } from "bknd/core";
|
||||
import { config as $config } from "bknd/core";
|
||||
import { $console } from "bknd/utils";
|
||||
import type { MiddlewareHandler } from "hono";
|
||||
import type { AdminControllerOptions } from "modules/server/AdminController";
|
||||
import { Connection } from "bknd/data";
|
||||
|
||||
Reference in New Issue
Block a user