Skip to content

Commit

Permalink
refactor: 馃敡 add e2e workspace, exclude apps dir
Browse files Browse the repository at this point in the history
  • Loading branch information
MrDynamo committed Apr 2, 2024
1 parent 9fe96a8 commit 12054f7
Showing 1 changed file with 12 additions and 3 deletions.
15 changes: 12 additions & 3 deletions develop.code-workspace
Original file line number Diff line number Diff line change
Expand Up @@ -9,8 +9,17 @@
"path": "./apps/wizarr-backend"
},
{
"name": "Wizarr [Monorepo]",
"path": "./"
"name": "Wizarr [E2E]",
"path": "./apps/wizarr-e2e"
},
{
"name": "Wizarr [Project]",
"path": "."
}
],
"settings": {
"files.exclude": {
"**/apps/": true
}
]
}
}

0 comments on commit 12054f7

Please sign in to comment.