MCPcopy
hub / github.com/ritwickdey/vscode-live-server / IHttps

Interface IHttps

src/Config.ts:11–16  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

9}
10
11export interface IHttps {
12 enable: boolean;
13 cert: string;
14 key: string;
15 passphrase: string;
16}
17
18export class Config {
19

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected