added restore-terminals config

This commit is contained in:
Jan Prochazka
2022-08-19 15:47:55 +02:00
parent 7c87baf451
commit ce9d583989

20
.vscode/restore-terminals.json vendored Normal file
View File

@@ -0,0 +1,20 @@
{
"terminals": [
{
"splitTerminals": [
{
"name": "lib",
"commands": ["yarn lib"]
},
{
"name": "web",
"commands": ["yarn start:web"]
},
{
"name": "api",
"commands": ["yarn start:api"]
}
]
}
]
}