Files
gridpilot.gg/packages/infrastructure/config/index.ts

6 lines
231 B
TypeScript

/**
* Configuration module exports for infrastructure layer.
*/
export type { AutomationMode, AutomationEnvironmentConfig } from './AutomationConfig';
export { loadAutomationConfig, getAutomationMode } from './AutomationConfig';