Add Project DIVA workaround to startup script

This commit is contained in:
Tau 2019-11-06 20:07:33 -05:00
parent 52f142a2b9
commit 59fec74d08

View File

@ -40,8 +40,10 @@ if not exist node_modules (
echo.
)
rem Project Diva requires TLSv1.0
set DEBUG=app:*
node .\bin\index.js
node --tls-min-v1.0 .\bin\index.js
:end
echo.