MCPcopy Create free account
hub / github.com/Licoy/fetch-github-hosts / ServerConfig

Interface ServerConfig

composables/useConfig.ts:15–19  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

13}
14
15interface ServerConfig {
16 interval: number
17 port: number
18 template_path: string
19}
20
21interface AppConfig {
22 lang: string

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected