chore(deps): update & add Makefile

This commit is contained in:
Sun-ZhenXing
2025-08-28 14:41:00 +08:00
parent 79c5e87526
commit 660f11cccb
6 changed files with 734 additions and 712 deletions

View File

@@ -60,10 +60,8 @@ def main():
else:
import uvicorn
from .server import app
uvicorn.run(
app,
f"{__module_name__}.server:app",
host=args.host,
port=args.port,
)