From 62b326a381119db91280dabd3b71a6cba11f7081 Mon Sep 17 00:00:00 2001 From: Kirill Rysin <35688753+naspirato@users.noreply.github.com> Date: Wed, 26 Nov 2025 19:02:00 +0100 Subject: [PATCH] Update config.py description in .cursorrules Corrected description of config.py in the documentation. --- .cursorrules | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.cursorrules b/.cursorrules index c494307..7a23763 100644 --- a/.cursorrules +++ b/.cursorrules @@ -16,7 +16,7 @@ This is a FastAPI web application for triggering GitHub Actions workflows with O - `frontend/templates/` - Jinja2 HTML templates - `frontend/static/` - Static files (CSS, images) - `tests/` - Pytest test suite -- `config.py` - Application configuration +- `config.py` - Application configuration asdasd ## Running Commands - **Start application (development)**: `python app.py` or `uvicorn app:app --host 0.0.0.0 --port 8000 --reload`