Skip to content

Commit

Permalink
final
Browse files Browse the repository at this point in the history
  • Loading branch information
vedang8 committed Jun 9, 2024
1 parent 3d63a93 commit 369a7ed
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,8 @@
"main": "server.js",
"scripts": {
"start": "concurrently \"npm run server\" \"npm run client\"",
"server": "npm start --prefix server",
"client": "npm start --prefix client"
"server": "cd server && npm start",
"client": "cd client && npm start"
},
"dependencies": {
"@types/react": "^18.2.48",
Expand Down

0 comments on commit 369a7ed

Please sign in to comment.