mirror of
https://github.com/kurbezz/discord-bot.git
synced 2025-12-06 15:15:37 +01:00
Fix scripts
This commit is contained in:
@@ -1,3 +1,3 @@
|
|||||||
#! /usr/bin/env sh
|
#! /usr/bin/env sh
|
||||||
|
|
||||||
uv run taskiq scheduler core.broker:scheduler modules.tasks
|
uv run --directory src taskiq scheduler core.broker:scheduler modules.tasks
|
||||||
|
|||||||
@@ -1,3 +1,3 @@
|
|||||||
#! /usr/bin/env sh
|
#! /usr/bin/env sh
|
||||||
|
|
||||||
uv run uvicorn modules.web_app.app:app --host 0.0.0.0 --port 80
|
uv run --directory src uvicorn modules.web_app.app:app --host 0.0.0.0 --port 80
|
||||||
|
|||||||
@@ -1,3 +1,5 @@
|
|||||||
#! /usr/bin/env sh
|
#! /usr/bin/env sh
|
||||||
|
|
||||||
uv run taskiq worker core.broker:broker modules.tasks
|
cd ./src
|
||||||
|
|
||||||
|
uv run --directory src taskiq worker core.broker:broker modules.tasks
|
||||||
|
|||||||
Reference in New Issue
Block a user