diff --git a/Makefile b/Makefile index 53dd8ae..e4627da 100644 --- a/Makefile +++ b/Makefile @@ -1,5 +1,5 @@ run: - uv run backend/main.py --config config.toml + cd backend && uv run main.py --config ../config.toml web-install: npm --prefix web install diff --git a/pyproject.toml b/backend/pyproject.toml similarity index 100% rename from pyproject.toml rename to backend/pyproject.toml diff --git a/uv.lock b/backend/uv.lock similarity index 100% rename from uv.lock rename to backend/uv.lock