fix: correct debugger code

This commit is contained in:
vben
2021-02-08 23:59:47 +08:00
parent a3a903bc86
commit 759e532079
11 changed files with 75 additions and 69 deletions

View File

@@ -2,3 +2,5 @@
* 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';