From 050f49077f7219824e550bdd11d46cb44313567b Mon Sep 17 00:00:00 2001 From: chrishdx Date: Fri, 9 Feb 2024 19:11:40 +0000 Subject: [PATCH] =?UTF-8?q?=E2=80=9E.vscode/tasks.json=E2=80=9C=20=C3=A4nd?= =?UTF-8?q?ern?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .vscode/tasks.json | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/.vscode/tasks.json b/.vscode/tasks.json index b138731..679956a 100644 --- a/.vscode/tasks.json +++ b/.vscode/tasks.json @@ -1,6 +1,14 @@ { "version": "2.0.0", "tasks": [ + { + "label": "Install Backend Dependencies", + "type": "shell", + "command": "npm install", + "options": { + "cwd": "${workspaceFolder}/backend" + } +}, { "label": "Start Backend", "type": "shell",