mirror of
https://github.com/immich-app/immich.git
synced 2024-11-16 02:18:50 -07:00
15 lines
270 B
JSON
15 lines
270 B
JSON
{
|
|
"version": "0.2.0",
|
|
"configurations": [
|
|
{
|
|
"type": "node",
|
|
"request": "attach",
|
|
"restart": true,
|
|
"port": 9230,
|
|
"name": "Immich Server",
|
|
"remoteRoot": "/usr/src/app",
|
|
"localRoot": "${workspaceFolder}/server"
|
|
}
|
|
]
|
|
}
|