Удалить devbox.json
Deploy Music Bot / deploy (push) Failing after 2m32s

This commit is contained in:
2026-07-11 19:24:56 +03:00
parent 69a96e605e
commit b3f3fcb427
-19
View File
@@ -1,19 +0,0 @@
{
"packages": [
"python@3.11",
"ffmpeg@latest"
],
"env": {
"VENV_DIR": ".venv"
},
"shell": {
"init_hook": [
"python -m venv $VENV_DIR",
"source $VENV_DIR/bin/activate",
"pip install -r requirements.txt"
],
"scripts": {
"start": "python bot.py"
}
}
}