mirror of
https://github.com/continew-org/continew-admin-ui.git
synced 2025-09-29 20:57:20 +08:00
hello world
This commit is contained in:
9
config/utils/index.ts
Normal file
9
config/utils/index.ts
Normal file
@@ -0,0 +1,9 @@
|
||||
/**
|
||||
* Whether to generate package preview
|
||||
* 是否生成打包报告
|
||||
*/
|
||||
export default {};
|
||||
|
||||
export function isReportMode(): boolean {
|
||||
return process.env.REPORT === 'true';
|
||||
}
|
Reference in New Issue
Block a user