mirror of
https://github.com/immich-app/immich
synced 2025-10-17 18:19:27 +00:00
chore: microservices debugger (#2345)
* chore: microservices debugger * Update launch.json
This commit is contained in:
parent
c4f5dc6d01
commit
1e97407025
2 changed files with 12 additions and 1 deletions
9
.vscode/launch.json
vendored
9
.vscode/launch.json
vendored
|
|
@ -9,6 +9,15 @@
|
|||
"name": "Immich Server",
|
||||
"remoteRoot": "/usr/src/app",
|
||||
"localRoot": "${workspaceFolder}/server"
|
||||
},
|
||||
{
|
||||
"type": "node",
|
||||
"request": "attach",
|
||||
"restart": true,
|
||||
"port": 9231,
|
||||
"name": "Immich Microservices",
|
||||
"remoteRoot": "/usr/src/app",
|
||||
"localRoot": "${workspaceFolder}/server"
|
||||
}
|
||||
]
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue