MCPcopy
hub / github.com/slopus/happy / EnvironmentConfig

Interface EnvironmentConfig

environments/environments.ts:78–88  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

76// ============================================================================
77
78export interface EnvironmentConfig {
79 name: string;
80 serverPort: number;
81 expoPort: number;
82 createdAt: string;
83 template: string;
84 projectTemplate: string;
85 projectPath: string;
86 authenticatedWebUrl?: string;
87 cliCommand?: string;
88}
89
90interface CurrentConfig {
91 current: string;

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected