set legacy ssl as default for npm start (for nodejs 17+)
This commit is contained in:
@@ -6,8 +6,8 @@
|
|||||||
"homepage": "https://github.com/zefie/zefie_wtvp_minisrv",
|
"homepage": "https://github.com/zefie/zefie_wtvp_minisrv",
|
||||||
"license": "GPL3",
|
"license": "GPL3",
|
||||||
"scripts": {
|
"scripts": {
|
||||||
"start": "node app.js",
|
"start": "node --openssl-legacy-provider app.js",
|
||||||
"start17": "node --openssl-legacy-provider app.js",
|
"start16": "node app.js",
|
||||||
"test": "node test.js"
|
"test": "node test.js"
|
||||||
},
|
},
|
||||||
"author": {
|
"author": {
|
||||||
|
|||||||
Reference in New Issue
Block a user