Skip to content

Commit

Permalink
Merge pull request #1 from akashyeole/monorepo-conv
Browse files Browse the repository at this point in the history
Changed project structure to monorepo using lerna
  • Loading branch information
akashyeole authored Jan 10, 2024
2 parents 44d6730 + e074a3b commit 8af59fc
Show file tree
Hide file tree
Showing 119 changed files with 24,527 additions and 0 deletions.
4 changes: 4 additions & 0 deletions lerna.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
{
"$schema": "node_modules/lerna/schemas/lerna-schema.json",
"version": "0.0.0"
}
24,509 changes: 24,509 additions & 0 deletions package-lock.json

Large diffs are not rendered by default.

14 changes: 14 additions & 0 deletions package.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,14 @@
{
"name": "root",
"private": true,
"workspaces": [
"packages/*"
],
"dependencies": {},
"devDependencies": {
"lerna": "^8.0.2"
},
"scripts": {
"start": "lerna run start --stream"
}
}
Loading

0 comments on commit 8af59fc

Please sign in to comment.