mohiit1502 35680ba9d0
All checks were successful
armco-org/configs/pipeline/head This commit looks good
Cleanup unnecessary deps
2025-11-11 00:37:06 +05:30
2025-11-09 01:35:30 +05:30
2025-11-09 01:25:39 +05:30
2025-11-11 00:37:06 +05:30
2025-11-09 01:25:39 +05:30
2025-11-09 01:35:30 +05:30
2025-11-09 01:25:39 +05:30
2025-11-09 01:25:39 +05:30
2025-11-11 00:37:06 +05:30

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
No description provided
Readme 164 KiB
Languages
TypeScript 52.5%
Shell 26.4%
JavaScript 21.1%