We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b3e14ee commit 62c7191Copy full SHA for 62c7191
run_server.py src/server/__main__.pyrun_server.py renamed to src/server/__main__.py
@@ -1,5 +1,4 @@
1
-#!/usr/bin/env python3
2
-"""Custom server startup script to ensure logging is configured before uvicorn starts."""
+"""Server module entry point for running with python -m server."""
3
4
import os
5
0 commit comments