This commit is contained in:
2025-04-21 15:40:56 +02:00
parent abe0cbb173
commit cfce98a42f
9 changed files with 55 additions and 60 deletions

View File

@@ -1,3 +1,5 @@
#! /usr/bin/env sh
uv run ./src/main.py $1
cd src
uv run $1

View File

@@ -1,3 +0,0 @@
#! /usr/bin/env sh
uv run --directory src taskiq scheduler core.broker:scheduler modules.tasks

View File

@@ -1,3 +0,0 @@
#! /usr/bin/env sh
uv run --directory src uvicorn modules.web_app.app:app --host 0.0.0.0 --port 80

View File

@@ -1,3 +0,0 @@
#! /usr/bin/env sh
uv run --directory src taskiq worker core.broker:broker modules.tasks