Fix for newer versions of node

This commit is contained in:
Scott Mikula 2024-01-03 14:29:09 -08:00
Родитель b5925a3405
Коммит 39793ed242
1 изменённых файлов: 1 добавлений и 1 удалений

Просмотреть файл

@ -4,7 +4,7 @@
"description": "",
"main": "index.js",
"scripts": {
"start": "node server.js",
"start": "node --openssl-legacy-provider server.js",
"test": "jest"
},
"husky": {