Skip to content

Commit

Permalink
Merge branch 'main' of github.com:moonlight-mod/moonlight
Browse files Browse the repository at this point in the history
  • Loading branch information
NotNite committed Dec 5, 2023
2 parents bd356ab + b39218b commit 5b479f4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/core/src/config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ import { getConfigPath } from "./util/data";

const defaultConfig: Config = {
extensions: {},
repositories: []
repositories: ["https://moonlight-mod.github.io/extensions/repo.json"]
};

export function writeConfig(config: Config) {
Expand Down

0 comments on commit 5b479f4

Please sign in to comment.