about summary refs log tree commit diff stats
path: root/.vscode
diff options
context:
space:
mode:
authorManeraKai <manerakai@protonmail.com>2022-03-16 23:26:54 +0300
committerManeraKai <manerakai@protonmail.com>2022-03-16 23:26:54 +0300
commite6e1c64122359dad58cdac2dadf916e7e1ec36ef (patch)
treeb700a8153d55e730049259789df08f0d9cebb830 /.vscode
parentAdded Soju #109 (diff)
downloadlibredirect-e6e1c64122359dad58cdac2dadf916e7e1ec36ef.zip
Fixed <title> typos
Diffstat (limited to '.vscode')
-rw-r--r--.vscode/launch.json13
1 files changed, 13 insertions, 0 deletions
diff --git a/.vscode/launch.json b/.vscode/launch.json
new file mode 100644
index 00000000..35637e04
--- /dev/null
+++ b/.vscode/launch.json
@@ -0,0 +1,13 @@
+{
+    // Use IntelliSense to learn about possible attributes.
+    // Hover to view descriptions of existing attributes.
+    // For more information, visit: https://go.microsoft.com/fwlink/?linkid=830387
+    "name": "Launch server.js via nodemon",
+    "type": "node",
+    "request": "run",
+    "cwd": "${workspaceRoot}",
+    "runtimeExecutable": "start",
+    "runtimeArgs": [
+        "--debug=5858"
+    ]
+}
\ No newline at end of file