1
Fork 0
photoview/ui/.vscode/launch.json

12 lines
260 B
JSON
Raw Normal View History

2019-07-05 00:36:32 +02:00
{
"version": "0.2.0",
"configurations": [
{
"name": "Chrome",
"type": "chrome",
"request": "launch",
"url": "http://localhost:3000",
"webRoot": "${workspaceRoot}/src"
}
]
}