Merge pull request #193598 from ckiee/synapse-admin-18fix
This commit is contained in:
@@ -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
|
||||
|
||||
|
||||
Reference in New Issue
Block a user