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