kin: auto-commit after pipeline

This commit is contained in:
Gros Frumos 2026-03-17 16:36:52 +02:00
parent 96047f3525
commit 8fa2cc266c
3 changed files with 11 additions and 3 deletions

4
scripts/start-api.sh Executable file
View file

@ -0,0 +1,4 @@
#!/bin/bash
sock=$(ls /private/tmp/com.apple.launchd.*/Listeners 2>/dev/null | head -1)
[ -n "$sock" ] && export SSH_AUTH_SOCK="$sock"
exec /opt/homebrew/bin/python3.11 -m uvicorn web.api:app --host 0.0.0.0 --port 8420