mirror of
https://github.com/NapNeko/NapCatQQ.git
synced 2025-07-19 12:03:37 +00:00
7 lines
184 B
TypeScript
7 lines
184 B
TypeScript
import { NCoreInitShell } from "@/shell/base";
|
|
|
|
export * from "@/framework/napcat";
|
|
export * from "@/shell/base";
|
|
if ((global as any).LiteLoader == undefined) {
|
|
NCoreInitShell();
|
|
} |