constant.js 242 B

1234567891011
  1. /*
  2. * @Descripttion:
  3. * @version: 1.0.0
  4. * @Author: htang
  5. * @Date: 2024-08-24 14:36:43
  6. * @LastEditors: htang
  7. * @LastEditTime: 2024-08-24 14:37:03
  8. */
  9. export const GLOB_CONFIG_FILE_NAME = '_app.config.js';
  10. export const OUTPUT_DIR = 'dist';