Merge pull request #193598 from ckiee/synapse-admin-18fix
This commit is contained in:
commit
46101630c6
1 changed files with 3 additions and 0 deletions
|
@ -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
|
||||
|
||||
|
|
Loading…
Reference in a new issue