fix: 屏蔽备份功能
This commit is contained in:
+1
-1
@@ -10,7 +10,7 @@ export default defineConfig({
|
||||
},
|
||||
rollupOptions: {
|
||||
// 确保不包含 Node.js 特定的模块,避免将 Node.js 模块错误地打包到浏览器代码中
|
||||
external: ['fs', 'path','url','node','node-cron','cuid','dayjs','koa','koa-body',
|
||||
external: ['child_process','fs', 'path','url','node','node-cron','cuid','dayjs','koa','koa-body',
|
||||
'koa-mount','koa-router','koa-static','lodash','lowdb','multer','uuid','yaml','@koa/multer','@types/yaml'],
|
||||
output: {
|
||||
exports: 'named',
|
||||
|
||||
Reference in New Issue
Block a user