aboutsummaryrefslogtreecommitdiff
path: root/.vscode
diff options
context:
space:
mode:
authorNicolas James <Eele1Ephe7uZahRie@tutanota.com>2025-02-13 18:04:18 +1100
committerNicolas James <Eele1Ephe7uZahRie@tutanota.com>2025-02-13 18:04:18 +1100
commit93dfe2be64e8658839bcfe5356adf35f8cde7075 (patch)
treec60b1e20d569b74dbde85123e1b2bf3590c66244 /.vscode
initial commit
Diffstat (limited to '.vscode')
-rw-r--r--.vscode/tasks.json24
1 files changed, 24 insertions, 0 deletions
diff --git a/.vscode/tasks.json b/.vscode/tasks.json
new file mode 100644
index 0000000..df5f984
--- /dev/null
+++ b/.vscode/tasks.json
@@ -0,0 +1,24 @@
+{
+ "version": "2.0.0",
+ "tasks": [
+ {
+ "type": "shell",
+ "group": {
+ "kind": "build",
+ "isDefault": true
+ },
+ "command": "./run_server.sh",
+ "label": "./run_server.sh",
+ "detail": "webpack --mode=production",
+ "problemMatcher": []
+ },
+ {
+ "type": "npm",
+ "script": "build_release",
+ "group": "build",
+ "problemMatcher": [],
+ "label": "npm: build_release",
+ "detail": "webpack --mode=production"
+ }
+ ]
+} \ No newline at end of file