mirror of
https://github.com/LLOneBot/LLOneBot.git
synced 2024-11-22 01:56:33 +00:00
feat: history msg db cache
test: try send music card
This commit is contained in:
@@ -1,7 +1,9 @@
|
||||
import cp from 'vite-plugin-cp';
|
||||
import "./scripts/gen-version"
|
||||
|
||||
const external = ["silk-wasm", "ws"];
|
||||
const external = ["silk-wasm", "ws",
|
||||
"level", "classic-level", "abstract-level", "level-supports", "level-transcoder",
|
||||
"module-error", "catering", "node-gyp-build"];
|
||||
|
||||
function genCpModule(module: string) {
|
||||
return { src: `./node_modules/${module}`, dest: `dist/node_modules/${module}`, flatten: false }
|
||||
|
Reference in New Issue
Block a user