From 5b3a0a14994711b097b167a042bab6f93e374145 Mon Sep 17 00:00:00 2001 From: shray sharma <48922607+sharma-shray@users.noreply.github.com> Date: Wed, 10 Apr 2024 18:33:06 +0200 Subject: [PATCH] fix --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index ae45e4a..c5016f4 100644 --- a/package.json +++ b/package.json @@ -18,7 +18,7 @@ "three": "^0.129.0" }, "scripts": { - "start": "react-scripts start", + "start": "react-scripts --openssl-legacy-provider start", "build": "react-scripts build", "test": "react-scripts test", "eject": "react-scripts eject"