Add env() config binding with teleport() for CLI-to-worker config passing

This commit is contained in:
2026-09-17 02:54:08 +00:00
parent 69a1ba3239
commit 1d4a0a5422
6 changed files with 257 additions and 10 deletions
+2 -2
View File
@@ -1,6 +1,6 @@
"""FastAPI Vue integration - serve Vue frontend from FastAPI."""
from .environ import env
from .environ import env, teleport
from .staticfiles import Frontend
__all__ = ["Frontend", "env"]
__all__ = ["Frontend", "env", "teleport"]