mirror of
https://github.com/Lissy93/dashy.git
synced 2025-12-06 16:43:13 +01:00
🏗 Heroku set OpenSSL Provider (#723)
This commit is contained in:
parent
b10b587442
commit
da72f680b3
2 changed files with 3 additions and 2 deletions
2
Procfile
2
Procfile
|
|
@ -1 +1 @@
|
||||||
web: npm run build-and-start
|
web: npm run heroku-start
|
||||||
|
|
|
||||||
|
|
@ -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",
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue