librechat / start-temp.sh
martynka's picture
Create start-temp.sh
70d8ef2 verified
raw
history blame
140 Bytes
#!/bin/sh
# Start the combined server
cd /app && npm run backend &
python3 /app/sudo/app.py &
caddy run --config /app/caddy/Caddyfile &
wait