MCPcopy
hub / github.com/lightningpixel/modly / SetupJson

Interface SetupJson

electron/main/python-setup.ts:11–14  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

9const SETUP_VERSION = 3
10
11interface SetupJson {
12 version: number
13 requirementsHash?: string
14}
15
16function getRequirementsPath(): string {
17 return app.isPackaged

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected