Skip to content

Commit

Permalink
adding two more architectural views for archlens
Browse files Browse the repository at this point in the history
  • Loading branch information
mircealungu committed Sep 13, 2024
1 parent e820f1a commit 2472475
Showing 1 changed file with 24 additions and 0 deletions.
24 changes: 24 additions & 0 deletions archlens.json
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,30 @@
}
],
"ignorePackages": []
},
"inside-api": {
"packages": [
{
"path": "api",
"depth": 1
}
],
"ignorePackages": [
"*test*",
"core"
]
},
"inside-core": {
"packages": [
{
"path": "core",
"depth": 1
}
],
"ignorePackages": [
"*test*",
"core"
]
}
}
}

0 comments on commit 2472475

Please sign in to comment.