Skip to content

Commit

Permalink
chore: add workspace
Browse files Browse the repository at this point in the history
  • Loading branch information
yamcodes committed Mar 30, 2024
1 parent 82da71a commit 3ab049f
Showing 1 changed file with 28 additions and 0 deletions.
28 changes: 28 additions & 0 deletions turborepo-firebase-starter.code-workspace
Original file line number Diff line number Diff line change
@@ -0,0 +1,28 @@
{
"folders": [
{
"name": "~",
"path": "./",
},
{
"name": "api",
"path": "./apps/api",
},
{
"name": "web",
"path": "./apps/web",
},
{
"name": "utilities",
"path": "./packages/utilities",
},
{
"name": "tsconfig",
"path": "./packages/tsconfig",
},
{
"name": "eslint-config-custom",
"path": "./packages/eslint-config-custom",
},
],
}

0 comments on commit 3ab049f

Please sign in to comment.