mirror of https://github.com/Lissy93/dashy.git
↪ REVERT: Heroku set OpenSSL Provider (#723)
This commit is contained in:
parent
da72f680b3
commit
e24fa10f0f
|
@ -14,8 +14,7 @@
|
|||
"build-and-start": "npm-run-all --parallel build-watch start",
|
||||
"validate-config": "node services/config-validator",
|
||||
"health-check": "node services/healthcheck",
|
||||
"dependency-audit": "npx improved-yarn-audit --ignore-dev-deps",
|
||||
"heroku-start": "NODE_OPTIONS=--openssl-legacy-provider; npm run build-and-start"
|
||||
"dependency-audit": "npx improved-yarn-audit --ignore-dev-deps"
|
||||
},
|
||||
"dependencies": {
|
||||
"@formschema/native": "^2.0.0-beta.6",
|
||||
|
|
Loading…
Reference in New Issue