asb_cloud_front/.vscode/launch.json

15 lines
408 B
JSON
Raw Normal View History

2021-04-02 17:22:34 +05:00
{
// Use IntelliSense to learn about possible attributes.
// Hover to view descriptions of existing attributes.
// For more information, visit: https://go.microsoft.com/fwlink/?linkid=830387
"version": "0.2.0",
"configurations": [
{
"name": "Launch Chrome",
"request": "launch",
"type": "pwa-chrome",
"url": "http://localhost:3000/",
"webRoot": "${workspaceFolder}"
},
2021-04-02 17:22:34 +05:00
]
}