.env loading in backend

This commit is contained in:
2024-10-16 00:31:45 -05:00
parent 3b4dc2a7c2
commit 82b03f6211
3 changed files with 17 additions and 1 deletions

View File

@@ -14,6 +14,7 @@ start = "linkpulse.main"
python = "^3.12"
fastapi = "0.100"
Hypercorn = "0.14.4"
python-dotenv = "^1.0.1"
[build-system]