Files
userbot/pyrightconfig.json
T
forust 30e7d1b65f fix: resolve pyrogram imports by adding venv and pyright config
- Create .venv with pyrofork and all dependencies installed
- Add pyrightconfig.json at workspace root and in userbot/
- Enable pyright as language server for Python in Zed settings
- Update uv.lock with resolved dependency tree
2026-06-21 22:33:04 +02:00

5 lines
68 B
JSON

{
"venvPath": "/home/forust/homelab/userbot",
"venv": ".venv"
}