aboutsummaryrefslogtreecommitdiff
path: root/jb-ui/.vscode/tasks.json
diff options
context:
space:
mode:
authorMax Nanis2026-02-19 20:32:34 -0500
committerMax Nanis2026-02-19 20:32:34 -0500
commit65c0b95927c4c352e29f893dd99a84bc5051b86f (patch)
tree7aa497ccd63fcb9fe6e79528805945bb49676c83 /jb-ui/.vscode/tasks.json
parent1edaf3ebe246ffa74ea6f5176763f0792e49a49d (diff)
downloadamt-jb-65c0b95927c4c352e29f893dd99a84bc5051b86f.tar.gz
amt-jb-65c0b95927c4c352e29f893dd99a84bc5051b86f.zip
Adding React / UI vscode folder and updating Footer to link to git repo
Diffstat (limited to 'jb-ui/.vscode/tasks.json')
-rw-r--r--jb-ui/.vscode/tasks.json14
1 files changed, 14 insertions, 0 deletions
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