diff options
| author | anoduck <11767-anoduck@users.noreply.gitgud.io> | 2024-10-29 09:11:15 -0400 |
|---|---|---|
| committer | anoduck <11767-anoduck@users.noreply.gitgud.io> | 2024-10-29 09:11:15 -0400 |
| commit | fc41df13bd22ebbb134e148aa2c2be382333aa34 (patch) | |
| tree | 089ec248022a7c38b5eb912c4928fadf3d14ddc1 /.vscode/launch.json | |
| parent | bc1cc704e365f56f573d1fb99b90b9b151860fbe (diff) | |
feat(content): :sparkles: Homepage revisions
homepge revisions
homepage stuff and additions
Diffstat (limited to '.vscode/launch.json')
| -rw-r--r-- | .vscode/launch.json | 21 |
1 files changed, 0 insertions, 21 deletions
diff --git a/.vscode/launch.json b/.vscode/launch.json deleted file mode 100644 index 9d00da5..0000000 --- a/.vscode/launch.json +++ /dev/null @@ -1,21 +0,0 @@ -{ - // 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": [ - { - "name": "DevServer", - "request": "launch", - "runtimeArgs": [ - "run start", - "debug" - ], - "runtimeExecutable": "npm", - "skipFiles": [ - "<node_internals>/**" - ], - "type": "node" - } - ] -}
\ No newline at end of file |
