saving for later

This commit is contained in:
Min Idzelis
2025-06-28 15:01:39 +00:00
parent 2406bb2951
commit 915db962fc
4 changed files with 21 additions and 45 deletions
@@ -10,7 +10,7 @@ cd "${IMMICH_WORKSPACE}/server" || (
exit 1
)
pnpm install
CI=1 pnpm install
while true; do
run_cmd pnpm exec nest start --debug "0.0.0.0:9230" --watch
log "Nest API Server crashed with exit code $?. Respawning in 3s ..."