feat(core): add embedded v2 session runtime and tool foundation (#30632)
This commit is contained in:
@@ -1,6 +1,6 @@
|
||||
import { Config } from "effect"
|
||||
|
||||
function truthy(key: string) {
|
||||
export function truthy(key: string) {
|
||||
const value = process.env[key]?.toLowerCase()
|
||||
return value === "true" || value === "1"
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user