From 5c1a84115fe37fb5090ce6cbb4fc4f2985d0f02d Mon Sep 17 00:00:00 2001 From: Antoine M Date: Mon, 13 May 2024 15:02:44 +0200 Subject: [PATCH] removing backend server start --- package.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/package.json b/package.json index 0fc9868..8eb7f50 100644 --- a/package.json +++ b/package.json @@ -31,7 +31,7 @@ "web-vitals": "^2.1.4" }, "scripts": { - "start": "concurrently \"npm run start:backend\" \"npm run start:front-end\"", + "start": "react-scripts start", "start:backend": "nodemon index.js", "start:front-end": "react-scripts start", "build": "react-scripts build", @@ -61,4 +61,4 @@ "concurrently": "^8.2.2", "tailwindcss": "^3.4.1" } -} +} \ No newline at end of file