Skip to content

Commit

Permalink
yarn dev fix
Browse files Browse the repository at this point in the history
  • Loading branch information
aryabansal1 committed Jan 20, 2025
1 parent c1e9a61 commit 5dc470e
Showing 1 changed file with 13 additions and 0 deletions.
13 changes: 13 additions & 0 deletions package.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,13 @@
{
"name": "box-of-balloons",
"version": "1.0.0",
"private": true,
"workspaces": ["client", "server"],
"scripts": {
"dev": "concurrently \"yarn --cwd client start\" \"yarn --cwd server start\""
},
"devDependencies": {
"concurrently": "^8.0.1"
}
}

0 comments on commit 5dc470e

Please sign in to comment.