From 65c0b95927c4c352e29f893dd99a84bc5051b86f Mon Sep 17 00:00:00 2001 From: Max Nanis Date: Thu, 19 Feb 2026 20:32:34 -0500 Subject: Adding React / UI vscode folder and updating Footer to link to git repo --- jb-ui/.vscode/tasks.json | 14 ++++++++++++++ 1 file changed, 14 insertions(+) create mode 100644 jb-ui/.vscode/tasks.json (limited to 'jb-ui/.vscode/tasks.json') diff --git a/jb-ui/.vscode/tasks.json b/jb-ui/.vscode/tasks.json new file mode 100644 index 0000000..bb5e962 --- /dev/null +++ b/jb-ui/.vscode/tasks.json @@ -0,0 +1,14 @@ +{ + "version": "2.0.0", + "tasks": [ + { + "label": "build project", + "type": "shell", + "command": "pnpm build", + "group": "build", + "presentation": { + "reveal": "always" + } + } + ] +} \ No newline at end of file -- cgit v1.2.3