this repo has no description

Merge branch 'main' of github.com:moonlight-mod/moonlight

Changed files
+1 -1
packages
core
src
+1 -1
packages/core/src/config.ts
··· 4 4 5 5 const defaultConfig: Config = { 6 6 extensions: {}, 7 - repositories: [] 7 + repositories: ["https://moonlight-mod.github.io/extensions/repo.json"] 8 8 }; 9 9 10 10 export function writeConfig(config: Config) {