Home@moonrepo/typesInterfacesMoonConfigOn this pageMoonConfig Configures how and where updates will be received.Index PropertiesdownloadUrlmanifestUrlProperties optionaldownloadUrldownloadUrl?: string = ```ts 'https://github.com/moonrepo/moon/releases/latest/download' ```A secure URL for downloading the moon binary.optionalmanifestUrlmanifestUrl?: string = ```ts 'https://launch.moonrepo.app/versions/cli/current' ```A secure URL to lookup the latest version.
Configures how and where updates will be received.