Skip to content

Latest commit

 

History

History
22 lines (14 loc) · 619 Bytes

File metadata and controls

22 lines (14 loc) · 619 Bytes

@odh-dashboard/app-config

Shared configuration and utilities for the ODH Dashboard application.

Purpose

Provides runtime and build-time configuration values consumed across the frontend and package layer. Includes application-wide constants, environment variable handling, and configuration helpers.

Usage

import { getAppConfig } from '@odh-dashboard/app-config';

Contents

Path Description
src/ Configuration source modules
scripts/ Build-time configuration scripts

For full documentation see docs/guidelines.md.