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

11 lines
221 B
TypeScript

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