↪ REVERT: Heroku set OpenSSL Provider (#723)

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

View File

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

View File

@ -14,8 +14,7 @@
"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",