Allow config.json to be missing

pull/26599/head
Johannes Marbach 2023-11-16 14:45:31 +01:00
parent 47b37c996d
commit 710336208f
1 changed files with 1 additions and 1 deletions

View File

@ -723,7 +723,7 @@ module.exports = (env, argv) => {
{ from: "decoder-ring/**", context: path.resolve(__dirname, "res") },
{ from: "media/**", context: path.resolve(__dirname, "node_modules/matrix-react-sdk/res/") },
"node_modules/@matrix-org/olm/olm_legacy.js",
"config.json",
{ from: "config.json", noErrorOnMissing: true },
"contribute.json",
],
}),