We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7a0e1e5 commit c4889baCopy full SHA for c4889ba
main.py
@@ -1,4 +1,6 @@
1
from backend.server import app
2
+from dotenv import load_dotenv
3
+load_dotenv()
4
5
if __name__ == "__main__":
6
import uvicorn
0 commit comments