# global-constants > Generates src/shared/constants/global.ts file containing application-wide constants used throughout the application. - Author: Ujjen Baniya - Repository: sayali-ingle-pdl/adusa-ai-vuejs-app-template - Version: 20260115152701 - Stars: 0 - Forks: 0 - Last Updated: 2026-02-06 - Source: https://github.com/sayali-ingle-pdl/adusa-ai-vuejs-app-template - Web: https://mule.run/skillshub/@@sayali-ingle-pdl/adusa-ai-vuejs-app-template~global-constants:20260115152701 --- --- name: global-constants description: Generates src/shared/constants/global.ts file containing application-wide constants used throughout the application. --- # Global Constants Skill ## Purpose Generate the `src/shared/constants/global.ts` file for application-wide constants. ## Output Create the file: `src/shared/constants/global.ts` ## Notes - Contains constants used throughout the application - Can be extended with other global constants as needed