Skip to content

Commit

Permalink
Fix directories in VS Code workspace config
Browse files Browse the repository at this point in the history
  • Loading branch information
iquabius committed Jun 17, 2020
1 parent 020b901 commit 37c67f9
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions olimat.code-workspace
Original file line number Diff line number Diff line change
Expand Up @@ -2,11 +2,11 @@
"folders": [
{
// Servidor Apollo + Prisma
"path": "api"
"path": "packages/api"
},
{
// Aplicação Next.js + React.js
"path": "web"
"path": "packages/web"
}
],
"launch": {
Expand Down

0 comments on commit 37c67f9

Please sign in to comment.