Skip to content

Commit

Permalink
cursor workspace
Browse files Browse the repository at this point in the history
  • Loading branch information
danenania committed Oct 2, 2024
1 parent 2012dfe commit 14bef0d
Showing 1 changed file with 10 additions and 14 deletions.
24 changes: 10 additions & 14 deletions plandex-cursor.code-workspace
Original file line number Diff line number Diff line change
@@ -1,35 +1,31 @@
{
"folders": [
{
"name": "plandex",
"path": "."
},
{
"name": "static",
"path": "static"
"path": "./static"
},
{
"path": "./infra"
},
{
"name": "cli",
"path": "app/cli"
"path": "./docs"
},
{
"name": "server",
"path": "app/server"
"path": "./app/cli"
},
{
"name": "cloud",
"path": "app/server/cloud"
"path": "./app/server"
},
{
"name": "shared",
"path": "app/shared"
"path": "./app/shared"
},
{
"name": "node",
"path": "app/server/cloud/ui/node"
"path": "./app/server/cloud"
},
{
"path": "infra"
"path": "./app/server/cloud/ui/node"
}
],
"settings": {
Expand Down

0 comments on commit 14bef0d

Please sign in to comment.