Fix env-files case to env_files (#20)

This commit is contained in:
Adrian Lyjak
2025-09-29 19:45:38 -04:00
committed by GitHub
parent f9d5dfeab1
commit e06045ad43
+1 -1
View File
@@ -38,7 +38,7 @@ test = "pytest"
"all-fix" = ["format", "lint", "test"]
[tool.llamadeploy]
env-files = [".env"]
env_files = [".env"]
llama_cloud = true
[tool.llamadeploy.ui]