mirror of
https://github.com/arc53/DocsGPT.git
synced 2026-02-03 04:44:10 +00:00
16 lines
355 B
JSON
16 lines
355 B
JSON
{
|
|
"version": "0.2.0",
|
|
"configurations": [
|
|
{
|
|
"name": "Docker Debug Frontend",
|
|
"request": "launch",
|
|
"type": "chrome",
|
|
"preLaunchTask": "docker-compose: debug:frontend",
|
|
"url": "http://127.0.0.1:5173",
|
|
"webRoot": "${workspaceFolder}/frontend",
|
|
"skipFiles": [
|
|
"<node_internals>/**"
|
|
]
|
|
}
|
|
]
|
|
} |