vben-admin-thin-next/build/constant.ts

7 lines
174 B
TypeScript
Raw Normal View History

2020-10-29 23:01:11 +08:00
/**
* The name of the configuration file entered in the production environment
*/
export const GLOB_CONFIG_FILE_NAME = '_app.config.js';
2021-02-08 23:59:47 +08:00
export const OUTPUT_DIR = 'dist';