🏗 Heroku set OpenSSL Provider (#723)

This commit is contained in:
Alicia Sykes 2022-06-11 14:16:22 +01:00
parent b10b587442
commit da72f680b3
2 changed files with 3 additions and 2 deletions

View File

@ -1 +1 @@
web: npm run build-and-start web: npm run heroku-start

View File

@ -14,7 +14,8 @@
"build-and-start": "npm-run-all --parallel build-watch start", "build-and-start": "npm-run-all --parallel build-watch start",
"validate-config": "node services/config-validator", "validate-config": "node services/config-validator",
"health-check": "node services/healthcheck", "health-check": "node services/healthcheck",
"dependency-audit": "npx improved-yarn-audit --ignore-dev-deps" "dependency-audit": "npx improved-yarn-audit --ignore-dev-deps",
"heroku-start": "NODE_OPTIONS=--openssl-legacy-provider; npm run build-and-start"
}, },
"dependencies": { "dependencies": {
"@formschema/native": "^2.0.0-beta.6", "@formschema/native": "^2.0.0-beta.6",