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