Skip to content

Commit

Permalink
changes in package.json file
Browse files Browse the repository at this point in the history
  • Loading branch information
Anupyalsangikar committed Sep 10, 2024
1 parent 65ee697 commit 95cbdd9
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,9 +5,9 @@
"main": "server.js",
"scripts": {
"start": "concurrently \"npm run server\" \"npm run client\"",
"server": "cd backend && nodemon server.js",
"client": "cd frontend && npm start",
"build": "cd frontend && npm run build"
"server": "cd server && nodemon server.js",
"client": "cd client && npm start",
"build": "cd client && npm run build"
},
"engines": {
"node": ">=14.0.0"
Expand Down

0 comments on commit 95cbdd9

Please sign in to comment.