| 1 | import axios from 'axios'; |
| 2 | import type { OpencodeConfig, SkillFile, PluginFile, SkillInfo, PluginInfo, AuthInfo, AuthProvider, StudioConfig, PluginModelsConfig, AuthProfilesInfo, Preset, PresetConfig, AgentConfig, AgentInfo, AgentsResponse, SystemToolInfo, RulesResponse, MCPConfig } from '@/types'; |
| 3 | |
| 4 | const BACKEND_BASE_PORT = 1920; |
nothing calls this directly
no test coverage detected