mirror of
https://github.com/vegu-ai/talemate.git
synced 2026-09-02 03:59:12 +02:00
2 lines
108 B
Bash
Executable File
2 lines
108 B
Bash
Executable File
#!/bin/sh
|
|
uv run src/talemate/server/run.py runserver --host 0.0.0.0 --port "${TALEMATE_BACKEND_PORT:-5050}" |