mirror of
https://github.com/kurbezz/discord-bot.git
synced 2025-12-06 15:15:37 +01:00
4 lines
100 B
Bash
4 lines
100 B
Bash
#! /usr/bin/env sh
|
|
|
|
uv run --directory src uvicorn modules.web_app.app:app --host 0.0.0.0 --port 80
|