removing backend server start
This commit is contained in:
parent
886970ff2c
commit
5c1a84115f
|
|
@ -31,7 +31,7 @@
|
||||||
"web-vitals": "^2.1.4"
|
"web-vitals": "^2.1.4"
|
||||||
},
|
},
|
||||||
"scripts": {
|
"scripts": {
|
||||||
"start": "concurrently \"npm run start:backend\" \"npm run start:front-end\"",
|
"start": "react-scripts start",
|
||||||
"start:backend": "nodemon index.js",
|
"start:backend": "nodemon index.js",
|
||||||
"start:front-end": "react-scripts start",
|
"start:front-end": "react-scripts start",
|
||||||
"build": "react-scripts build",
|
"build": "react-scripts build",
|
||||||
|
|
@ -61,4 +61,4 @@
|
||||||
"concurrently": "^8.2.2",
|
"concurrently": "^8.2.2",
|
||||||
"tailwindcss": "^3.4.1"
|
"tailwindcss": "^3.4.1"
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
Loading…
Reference in New Issue
Block a user