Merge pull request #193598 from ckiee/synapse-admin-18fix

This commit is contained in:
Maciej Krüger 2022-10-09 13:32:43 +02:00 committed by GitHub
commit 46101630c6
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -23,6 +23,9 @@ mkYarnPackage rec {
NODE_ENV = "production";
${if baseUrl != null then "REACT_APP_SERVER" else null} = baseUrl;
# error:0308010C:digital envelope routines::unsupported
NODE_OPTIONS = "--openssl-legacy-provider";
buildPhase = ''
runHook preBuild