nicecode-v2/.vscode/launch.json

11 lines
159 B
JSON

{
"configurations": [
{
"type": "chrome",
"name": "lambo",
"request": "launch",
"url": "http://localhost:8000/metas"
}
]
}