Files
criminalmindsapi/client/.vscode/launch.json
T

20 lines
401 B
JSON
Raw Normal View History

2022-06-18 17:39:22 -05:00
{
"version": "0.2.0",
"configurations": [
{
"type": "chrome",
"request": "launch",
"name": "localhost (Chrome)",
"url": "https://localhost:3000",
"webRoot": "${workspaceFolder}"
},
{
"type": "edge",
"request": "launch",
"name": "localhost (Edge)",
"url": "https://localhost:3000",
"webRoot": "${workspaceFolder}"
}
]
}