Skip to content

Commit 62c7191

Browse files
committed
refactor(server): move server entry point to src folder
1 parent b3e14ee commit 62c7191

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

run_server.py renamed to src/server/__main__.py

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,4 @@
1-
#!/usr/bin/env python3
2-
"""Custom server startup script to ensure logging is configured before uvicorn starts."""
1+
"""Server module entry point for running with python -m server."""
32

43
import os
54

0 commit comments

Comments
 (0)