Files
spotify_vibe/scripts/start_app.sh
2026-02-26 19:33:05 +00:00

5 lines
89 B
Bash

#!/bin/sh
set -eu
exec uvicorn app.main:create_app --factory --host 0.0.0.0 --port 8000