Add initial way to get info about execution context

This commit is contained in:
2026-01-10 13:37:39 -06:00
parent b235a6be9a
commit df2d4eea3f
4 changed files with 53 additions and 0 deletions

View File

@@ -0,0 +1,5 @@
import { parseExecutionContext } from "./execution-context-schema";
const executionContext = parseExecutionContext(process.env);
export { executionContext };