Skip to content

Commit 20fb24f

Browse files
committed
envconfig impl
1 parent ace7dc7 commit 20fb24f

File tree

8 files changed

+1480
-1
lines changed

8 files changed

+1480
-1
lines changed

packages/client/src/envconfig.ts

Lines changed: 437 additions & 0 deletions
Large diffs are not rendered by default.

packages/core-bridge/Cargo.lock

Lines changed: 168 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

packages/core-bridge/Cargo.toml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -38,6 +38,7 @@ serde_json = "1.0"
3838
temporal-sdk-core = { version = "*", path = "./sdk-core/core", features = [
3939
"ephemeral-server",
4040
] }
41+
temporal-sdk-core-api = { path = "./sdk-core/core-api", features = ["envconfig"] }
4142
temporal-client = { version = "*", path = "./sdk-core/client" }
4243
thiserror = "2"
4344
tokio = "1.13"

0 commit comments

Comments
 (0)