blob: 2c6119c8d8faff1879382f68d1a4fe8fba5c8494 [file] [log] [blame]
/**
* The name of the configuration file entered in the production environment
*/
export const GLOB_CONFIG_FILE_NAME = '_app.config.js';
export const OUTPUT_DIR = 'dist';