refactor: move backend

This commit is contained in:
2026-05-09 16:08:33 +03:00
parent 52320f4147
commit 3750804145
3 changed files with 1 additions and 1 deletions
+1 -1
View File
@@ -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
View File