changed path in Fronend/Start

This commit is contained in:
Mushka Nikita 2023-03-16 16:24:39 +03:00
parent fe77e0f6b1
commit 2edd5f2886

2
.vscode/tasks.json vendored
View File

@ -26,7 +26,7 @@
{
"label": "Frontend | Start",
"type": "shell",
"command": "yarn start"
"command": "cd ${workspaceFolder} && yarn start"
}
// {