chore(config): 🔧 setting up a workspace for build server sources
This commit is contained in:
parent
477e85ba56
commit
d6e2a2ada6
12
robot.code-workspace
Normal file
12
robot.code-workspace
Normal file
|
@ -0,0 +1,12 @@
|
||||||
|
{
|
||||||
|
"folders": [
|
||||||
|
{
|
||||||
|
"name": "client",
|
||||||
|
"path": "client"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"name": "server",
|
||||||
|
"path": "server"
|
||||||
|
}
|
||||||
|
]
|
||||||
|
}
|
Loading…
Reference in a new issue