aboutsummaryrefslogtreecommitdiffhomepage
path: root/.vscode/launch.json
diff options
context:
space:
mode:
authorKevin J Hoerr <kjhoerr@protonmail.com>2023-12-24 07:18:13 +0000
committerKevin J Hoerr <kjhoerr@protonmail.com>2023-12-24 07:18:13 +0000
commitc05436f665b153a4318c2aaecc9b871f8c1c08d1 (patch)
treef7032ee06dd88beb133bf14100ae935eb0ba61f6 /.vscode/launch.json
parentc363b14bcc788a114d8d92e8f053d24607af4c26 (diff)
downloadsubmelon.dev-c05436f665b153a4318c2aaecc9b871f8c1c08d1.tar.gz
submelon.dev-c05436f665b153a4318c2aaecc9b871f8c1c08d1.tar.bz2
submelon.dev-c05436f665b153a4318c2aaecc9b871f8c1c08d1.zip
launch.json: Add
Diffstat (limited to '.vscode/launch.json')
-rw-r--r--.vscode/launch.json15
1 files changed, 15 insertions, 0 deletions
diff --git a/.vscode/launch.json b/.vscode/launch.json
new file mode 100644
index 0000000..9b534f4
--- /dev/null
+++ b/.vscode/launch.json
@@ -0,0 +1,15 @@
+{
+ // 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
+ "version": "0.2.0",
+ "configurations": [
+ {
+ "type": "node-terminal",
+ "request": "launch",
+ "name": "11ty",
+ "command": "yarn start",
+ "cwd": "${workspaceRoot}"
+ }
+ ]
+} \ No newline at end of file