chore: 增加 build:statging

This commit is contained in:
wangxuefeng
2025-03-12 19:35:05 +08:00
parent 5f8609fc02
commit 6016504c94
12 changed files with 114 additions and 148 deletions

View File

@@ -104,6 +104,14 @@ const customConfig: Linter.Config[] = [
],
},
},
{
// @core/shared内部组件不能引入@vben/* 或者 @vben-core/* 里面的包
files: ['packages/renderer-adapter/**/**'],
ignores: restrictedImportIgnores,
rules: {
'no-console': 'off',
},
},
{
// 不能引入@vben/*里面的包