1 2 3
/** * The name of the configuration file entered in the production environment */
4
export const GLOB_CONFIG_FILE_NAME = '_app.config.js';
5 6
export const OUTPUT_DIR = 'dist';