Skip to content

Commit

Permalink
feat(workspace): add packages directory
Browse files Browse the repository at this point in the history
  • Loading branch information
refirst11 committed Nov 5, 2024
1 parent c969cec commit 2af9b26
Show file tree
Hide file tree
Showing 3 changed files with 26 additions and 1 deletion.
5 changes: 4 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -77,5 +77,8 @@
"start": "next start",
"type-check": "tsc --noemit"
},
"version": "0.1.0"
"version": "0.1.0",
"workspaces": [
"packages/*"
]
}
11 changes: 11 additions & 0 deletions packages/live-streamer/package.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
{
"name": "live-streamer",
"version": "0.0.0",
"scripts": {
"test": "jest"
},
"keywords": [],
"author": "",
"license": "",
"description": ""
}
11 changes: 11 additions & 0 deletions packages/user-side/package.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
{
"name": "user-side",
"version": "0.0.0",
"scripts": {
"test": "jest"
},
"keywords": [],
"author": "",
"license": "",
"description": ""
}

0 comments on commit 2af9b26

Please sign in to comment.