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