Skip to content

Commit

Permalink
fix:Fix Build Process and Implement Lerna Monorepo Setup (#78)
Browse files Browse the repository at this point in the history
Resolves #77
  • Loading branch information
LismaxB authored Nov 3, 2024
2 parents 481d9a6 + 9260f79 commit 0a1f026
Show file tree
Hide file tree
Showing 5 changed files with 22,032 additions and 3,013 deletions.
2 changes: 2 additions & 0 deletions .npmignore
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
DriverApp/
ClientApp/
5 changes: 5 additions & 0 deletions lerna.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
{
"$schema": "node_modules/lerna/schemas/lerna-schema.json",
"version": "0.5.1",
"packages": [".", "DriverApp", "ClientApp"]
}
Loading

0 comments on commit 0a1f026

Please sign in to comment.