removing backend server start

This commit is contained in:
Antoine M 2024-05-13 15:02:44 +02:00
parent 886970ff2c
commit 5c1a84115f

View File

@ -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",