Add official repo to default config
Cynthia Foxwell 2 years ago b39218b6 9a1d43d6
··· 4 4 5 5 const defaultConfig: Config = { 6 6 extensions: {}, 7 7 - repositories: [] 7 7 + repositories: ["https://moonlight-mod.github.io/extensions/repo.json"] 8 8 }; 9 9 10 10 export function writeConfig(config: Config) {