OnboardingPozoAppv1/.vscode/launch.json

12 lines
212 B
JSON
Raw Permalink Normal View History

{
"version": "0.2.0",
"configurations": [
{
"name": "npm install && npm run dev",
"type": "node-terminal",
"request": "launch",
"command": "npm install && npm run dev"
}
]
}