Files
Incidents-Data-Portal/frontend/plugins/constants.ts
T
2026-07-10 18:55:55 +08:00

6 lines
260 B
TypeScript

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