Using Immich

This commit is contained in:
2024-05-12 14:55:12 -07:00
parent a4bd327ca3
commit c8a96c2d4c
9 changed files with 174 additions and 182 deletions

11
.vscode/launch.json vendored Normal file
View File

@ -0,0 +1,11 @@
{
"version": "0.2.0",
"configurations": [
{
"type": "node",
"request": "launch",
"name": "Launch Current Opened File",
"program": "${file}"
}
]
}