mirror of
https://github.com/cpacker/MemGPT.git
synced 2025-06-03 04:30:22 +00:00
refactor: strip out pgserver
, instead bundle postgres binaries and run postgres inside app.ts
(#1373)
This commit is contained in:
parent
d24fa0f8d8
commit
ed5c475770
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user