Skip to content

Commit

Permalink
refactor(workspace): 🔧 update dev workspace and sorting
Browse files Browse the repository at this point in the history
  • Loading branch information
MrDynamo committed Apr 1, 2024
1 parent 80e95dc commit 9c2561a
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions workspace.code-workspace → develop.code-workspace
Original file line number Diff line number Diff line change
@@ -1,16 +1,16 @@
{
"folders": [
{
"name": "Wizarr Monorepo",
"path": "./"
},
{
"name": "Wizarr [Frontend]",
"path": "./apps/wizarr"
"path": "./apps/wizarr-frontend"
},
{
"name": "Wizarr [Backend]",
"path": "./apps/wizarr-backend"
},
{
"name": "Wizarr [Monorepo]",
"path": "./"
}
]
}

0 comments on commit 9c2561a

Please sign in to comment.