Public Access
1
0

updated resume

This commit is contained in:
2025-08-10 22:21:27 -04:00
parent 91443479ff
commit f176f4ca2d
6 changed files with 25 additions and 12 deletions

14
.vscode/launch.json vendored
View File

@@ -1,16 +1,12 @@
{
// 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": "dockerfile",
"request": "launch",
"name": "Docker: Build",
"dockerfile": "Dockerfile",
"contextPath": "${workspaceFolder}"
"name": "Docker: Attach to Node",
"type": "docker",
"request": "attach",
"platform": "node",
"containerName": "eleventy"
}
]
}