mirror of
https://github.com/Lissy93/dashy.git
synced 2024-12-24 17:34:17 +03:00
🏗 Heroku set OpenSSL Provider (#723)
This commit is contained in:
parent
b10b587442
commit
da72f680b3
@ -14,7 +14,8 @@
|
||||
"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"
|
||||
"dependency-audit": "npx improved-yarn-audit --ignore-dev-deps",
|
||||
"heroku-start": "NODE_OPTIONS=--openssl-legacy-provider; npm run build-and-start"
|
||||
},
|
||||
"dependencies": {
|
||||
"@formschema/native": "^2.0.0-beta.6",
|
||||
|
Loading…
Reference in New Issue
Block a user