nicecode-v2/.vscode/launch.json

11 lines
217 B
JSON

{
"configurations": [
{
"type": "chrome",
"name": "http://localhost:8000/metas/big-image-preview",
"request": "launch",
"url": "http://localhost:8000/metas/big-image-preview"
}
]
}