update dependencies
All checks were successful
continuous-integration/drone/push Build is passing

This commit is contained in:
2026-03-12 20:23:48 +01:00
parent 40da285b9f
commit b447499071
10 changed files with 2867 additions and 942 deletions

View File

@@ -1,7 +1,7 @@
.PHONY: server-python server-node
server-python:
cd server-python; poetry run fastapi dev app.py --port 3000; cd -
cd server-python; uv run fastapi dev app.py --port 3000; cd -
server-node:
npm run server:dev
fe: