From d4f8ed65deec0a32d34efc86301d31c87d95847b Mon Sep 17 00:00:00 2001 From: Can <63351166+fastuptime@users.noreply.github.com> Date: Mon, 4 Mar 2024 01:33:39 +0300 Subject: [PATCH] Update package.json fix --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index caefbb1..bc407ac 100644 --- a/package.json +++ b/package.json @@ -13,7 +13,7 @@ "web-vitals": "^0.2.4" }, "scripts": { - "start": "react-scripts start", + "start": "react-scripts --openssl-legacy-provider start", "build": "react-scripts build", "test": "react-scripts test", "eject": "react-scripts eject"