tangled
alpha
login
or
join now
notnite.com
/
moonlight
this repo has no description
3
fork
atom
overview
issues
pulls
pipelines
Merge branch 'main' of github.com:moonlight-mod/moonlight
notnite.com
2 years ago
5b479f43
bd356abb
options
unified
split
Changed files
+1
-1
packages
core
src
config.ts
+1
-1
packages/core/src/config.ts
···
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) {