From f8315c7c72d81e604995433ab7fef52b39b09d6f Mon Sep 17 00:00:00 2001 From: Mumtahin Farabi Date: Sat, 26 Oct 2024 21:37:32 -0400 Subject: [PATCH] fix: vercel deployment failing due to no ssl in start script --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 11f5abf..2acf67f 100644 --- a/package.json +++ b/package.json @@ -24,7 +24,7 @@ "web-vitals": "^1.1.2" }, "scripts": { - "start": "react-scripts start", + "start": "react-scripts --openssl-legacy-provider start", "build": "react-scripts build", "test": "react-scripts test", "eject": "react-scripts eject",