mirror of
https://github.com/kurbezz/discord-bot.git
synced 2026-03-03 17:30:46 +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
|