constants.ts 260 B

12345
  1. // This constant defines the name of the configuration file that will be used in the production environment
  2. export const GLOB_CONFIG_FILE_NAME = '_app.config.js'
  3. // This constant sets the output directory for the Vite package
  4. export const OUTPUT_DIR = 'dist'