move node 17 flag to npm start17

This commit is contained in:
zefie
2021-10-31 17:51:11 -04:00
parent a1d3b5e184
commit 5e23e1492e
2 changed files with 3 additions and 2 deletions

View File

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