From a0aea45b837c9692458f8024ccdb8d64ccf76cb0 Mon Sep 17 00:00:00 2001 From: harikachi Date: Tue, 13 Aug 2024 20:30:09 +1200 Subject: [PATCH] mission0 azure integ changes --- mission0/.vscode/tasks.json | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) create mode 100644 mission0/.vscode/tasks.json diff --git a/mission0/.vscode/tasks.json b/mission0/.vscode/tasks.json new file mode 100644 index 0000000..a5e4a5f --- /dev/null +++ b/mission0/.vscode/tasks.json @@ -0,0 +1,16 @@ +{ + "version": "2.0.0", + "tasks": [ + { + "type": "npm", + "script": "build", + "group": { + "kind": "build", + "isDefault": true + }, + "problemMatcher": [], + "label": "npm: build", + "detail": "react-scripts build" + } + ] +} \ No newline at end of file