nest-admin-main/.vscode/launch.json

14 lines
252 B
JSON
Raw Permalink Normal View History

2024-09-11 16:49:47 +08:00
{
"version": "0.2.0",
"configurations": [
{
"type": "chrome",
"request": "launch",
"name": "Launch Chrome",
"url": "http://localhost:8080",
"webRoot": "${workspaceFolder}/src",
"sourceMaps": true
}
]
}