diff --git a/.vscode/restore-terminals.json b/.vscode/restore-terminals.json new file mode 100644 index 000000000..d88641eb4 --- /dev/null +++ b/.vscode/restore-terminals.json @@ -0,0 +1,20 @@ +{ + "terminals": [ + { + "splitTerminals": [ + { + "name": "lib", + "commands": ["yarn lib"] + }, + { + "name": "web", + "commands": ["yarn start:web"] + }, + { + "name": "api", + "commands": ["yarn start:api"] + } + ] + } + ] +}