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 | |
| parent | bc1cc704e365f56f573d1fb99b90b9b151860fbe (diff) | |
feat(content): :sparkles: Homepage revisions
homepge revisions
homepage stuff and additions
Diffstat (limited to '')
| -rw-r--r-- | .vscode/launch.json | 21 | ||||
| -rw-r--r-- | .vscode/tasks.json | 5 |
2 files changed, 5 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 diff --git a/.vscode/tasks.json b/.vscode/tasks.json index a4f1890..16d2383 100644 --- a/.vscode/tasks.json +++ b/.vscode/tasks.json @@ -4,6 +4,11 @@ "version": "2.0.0", "tasks": [ { + "label": "Hugo Run", + "type": "shell", + "command": "cd ${workspaceFolder} && npm run start" + }, + { "label": "Upload", "type": "shell", "command": "./sync.sh" |
