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
+5
View File
@@ -23,3 +23,8 @@ build-backend = "hatchling.build"
[tool.hatch.version]
source = "vcs"
raw-options.root = ".."
[dependency-groups]
dev = [
"msgspec>=0.21.1",
]