feat: bootstrap dodo phase one

This commit is contained in:
2026-09-05 10:47:44 +08:00
commit f182c704a4
48 changed files with 4221 additions and 0 deletions
+4
View File
@@ -0,0 +1,4 @@
#!/bin/sh
set -eu
uv run alembic upgrade head
exec uv run uvicorn backend.main:app --host 0.0.0.0 --port 8781