All checks were successful
armco-org/configs/pipeline/head This commit looks good
Merge branch 'main' of https://gitea.armco.dev/Restruct-Corporate-Advantage/configs into development
Armco Configs
This package provides common configuration files and constants for all Armco applications.
Purpose
- Centralizes API endpoints and web configuration objects.
- Shares session token constants and other config values across projects.
Files
src/endpoints.ts: Contains all API and web endpoints used by Armco apps, including environment-specific hosts and route definitions.src/constants.ts: Defines session token names and other shared constants.
Usage
Import from this package in any Armco application to access shared endpoints and constants, ensuring consistency and reducing duplication.
Maintained for internal use across the Armco monorepo.
Description
Languages
TypeScript
52.5%
Shell
26.4%
JavaScript
21.1%