Add env() config binding with teleport() for CLI-to-worker config passing
This commit is contained in:
@@ -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"]
|
||||
|
||||
Reference in New Issue
Block a user