chore(config): 🔧 setting up a workspace for build server sources

This commit is contained in:
Julien Oculi 2024-06-26 10:40:11 +02:00
parent 477e85ba56
commit d6e2a2ada6

12
robot.code-workspace Normal file
View file

@ -0,0 +1,12 @@
{
"folders": [
{
"name": "client",
"path": "client"
},
{
"name": "server",
"path": "server"
}
]
}