refactor: strip out pgserver, instead bundle postgres binaries and run postgres inside app.ts (#1373)

This commit is contained in:
Charles Packer 2025-03-27 10:49:44 -07:00 committed by GitHub
parent d24fa0f8d8
commit ed5c475770

View File

@ -73,6 +73,6 @@ cleanup() {
}
trap cleanup EXIT
echo "Starting Letta server at http://$HOST:$PORT..."
echo "Starting Letta Server at http://$HOST:$PORT..."
echo "Executing: $CMD"
exec $CMD