diff options
| author | Kevin J Hoerr <kjhoerr@protonmail.com> | 2023-12-24 07:18:13 +0000 |
|---|---|---|
| committer | Kevin J Hoerr <kjhoerr@protonmail.com> | 2023-12-24 07:18:13 +0000 |
| commit | c05436f665b153a4318c2aaecc9b871f8c1c08d1 (patch) | |
| tree | f7032ee06dd88beb133bf14100ae935eb0ba61f6 /.vscode/launch.json | |
| parent | c363b14bcc788a114d8d92e8f053d24607af4c26 (diff) | |
| download | submelon.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.json | 15 |
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 |
