wms-antdvue/.svn/pristine/37/371a77f637fba5b099e77260f66848328b40532f.svn-base
2024-11-07 16:33:03 +08:00

7 lines
173 B
Plaintext

/**
* 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';