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

17 lines
280 B
JSON

{
"version": "0.2.0",
"configurations": [
{
"type": "node",
"request": "launch",
"name": "Launch 11ty.js",
"console": "integratedTerminal",
"runtimeExecutable": "yarn",
"runtimeArgs": [
"run",
"dev"
],
}
]
}