refactor: refacotr preference
This commit is contained in:
11
apps/antd-view/src/preferences.ts
Normal file
11
apps/antd-view/src/preferences.ts
Normal file
@@ -0,0 +1,11 @@
|
||||
import type { DeepPartial, Preferences } from '@vben/types';
|
||||
|
||||
/**
|
||||
* @description 项目配置文件
|
||||
* 只需要覆盖项目中的一部分配置,不需要的配置不用覆盖,会自动使用默认配置
|
||||
*/
|
||||
export const overridesPreferences: DeepPartial<Preferences> = {
|
||||
app: {
|
||||
name: 'Vben Admin',
|
||||
},
|
||||
};
|
Reference in New Issue
Block a user