Blame view

build/constant.ts 174 Bytes
vben authored
1
2
3
/**
 * The name of the configuration file entered in the production environment
 */
4
export const GLOB_CONFIG_FILE_NAME = '_app.config.js';
vben authored
5
6

export const OUTPUT_DIR = 'dist';