Skip to content

Commit

Permalink
chore(workspace): move contracts back to the packages folder
Browse files Browse the repository at this point in the history
  • Loading branch information
Miodec committed Sep 20, 2024
1 parent 1509a67 commit f23ea56
Showing 1 changed file with 1 addition and 6 deletions.
7 changes: 1 addition & 6 deletions monkeytype.code-workspace
Original file line number Diff line number Diff line change
Expand Up @@ -8,10 +8,6 @@
"name": "frontend",
"path": "frontend"
},
{
"name": "contracts",
"path": "packages/contracts"
},
{
"name": "packages",
"path": "packages"
Expand All @@ -25,8 +21,7 @@
"files.exclude": {
"frontend": true,
"backend": true,
"packages": true,
"contracts": true
"packages": true
},
"search.exclude": {
//defaults
Expand Down

0 comments on commit f23ea56

Please sign in to comment.