mirror of
https://github.com/NapNeko/NapCatQQ.git
synced 2026-02-06 13:05:09 +00:00
refactor: core
This commit is contained in:
@@ -64,7 +64,7 @@ const baseConfig = (mode: string = 'development') => defineConfig({
|
||||
target: 'esnext',
|
||||
minify: mode === 'production' ? 'esbuild' : false,
|
||||
lib: {
|
||||
entry: 'src/onebot11/index.ts',
|
||||
entry: 'src/index.ts',
|
||||
formats: ['cjs'],
|
||||
fileName: () => 'napcat.cjs',
|
||||
},
|
||||
|
||||
Reference in New Issue
Block a user