This repository has been archived on 2023-03-14. You can view files and clone it, but cannot push or open issues or pull requests.
personal-website-old/.vscode/launch.json

14 lines
273 B
JSON
Raw Normal View History

2021-10-07 16:49:21 +00:00
{
"version": "0.2.0",
"configurations": [
{
"type": "node",
"request": "launch",
2022-01-22 08:31:25 +00:00
"name": "Launch 11ty",
2021-10-07 16:49:21 +00:00
"console": "integratedTerminal",
2022-01-22 08:31:25 +00:00
"program": "${workspaceFolder}/node_modules/@11ty/eleventy/cmd.js",
"args": [],
2021-10-07 16:49:21 +00:00
}
]
}