You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

constant.js 140B

123
  1. export const GLOB_CONFIG_FILE_NAME = 'app.config.js'
  2. export const GLOB_CONFIG_NAME = '__APP__GLOB__CONF__'
  3. export const OUTPUT_DIR = 'dist'