From 93dfe2be64e8658839bcfe5356adf35f8cde7075 Mon Sep 17 00:00:00 2001 From: Nicolas James Date: Thu, 13 Feb 2025 18:04:18 +1100 Subject: initial commit --- .vscode/tasks.json | 24 ++++++++++++++++++++++++ 1 file changed, 24 insertions(+) create mode 100644 .vscode/tasks.json (limited to '.vscode/tasks.json') 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 -- cgit v1.2.3