temp: 更新重定向配置

This commit is contained in:
2025-03-01 13:03:37 +08:00
parent 2fff202ed8
commit cad914eead
11 changed files with 95 additions and 21 deletions

View File

@@ -25,5 +25,5 @@ export default {
declaration: false,
}), // 使用 @rollup/plugin-typescript 处理 TypeScript 文件
],
external: ['ioredis', '@kevisual/router', '@kevisual/use-config'],
external: ['ioredis', '@kevisual/router', '@kevisual/use-config', 'sequelize'],
};