set legacy ssl as default for npm start (for nodejs 17+)

This commit is contained in:
zefie
2023-08-25 19:29:59 -04:00
parent e18dfa4b3e
commit 41c1355f8f

View File

@@ -6,8 +6,8 @@
"homepage": "https://github.com/zefie/zefie_wtvp_minisrv",
"license": "GPL3",
"scripts": {
"start": "node app.js",
"start17": "node --openssl-legacy-provider app.js",
"start": "node --openssl-legacy-provider app.js",
"start16": "node app.js",
"test": "node test.js"
},
"author": {