KevinK.dev.js/.vscode/launch.json

13 lines
No EOL
305 B
JSON

{
"version": "0.2.0",
"configurations": [
{
"type": "node",
"request": "launch",
"name": "Launch Dev Server",
"program": "npm run develop",
"cwd": "${workspaceFolder}",
"preLaunchTask": "npm install"
}
]
}