diff options
| author | l3wdfut4pwr <l3wdfut4pwr@gmail.com> | 2026-03-14 13:31:28 +0200 |
|---|---|---|
| committer | l3wdfut4pwr <l3wdfut4pwr@gmail.com> | 2026-03-14 13:31:28 +0200 |
| commit | 4d3aa54f80f4ac3bdf927e3746478cec3bcb35e9 (patch) | |
| tree | 6cb0d249f3c2a1de01365dd78d97916297d07f9f /start.sh | |
Initial commit
Diffstat (limited to 'start.sh')
| -rwxr-xr-x | start.sh | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/start.sh b/start.sh new file mode 100755 index 0000000..c424bde --- /dev/null +++ b/start.sh @@ -0,0 +1,3 @@ +#!/usr/bin/env bash + +poetry run uvicorn app.main:app --reload --host 127.0.0.1 --port 8000 |
