🔶 workloadContext.ts

This commit is contained in:
nirholas
2026-03-31 10:24:34 +00:00
parent e56332a261
commit 4fef7e0c66
+1
View File
@@ -55,3 +55,4 @@ export function runWithWorkload<T>(
): T {
return workloadStorage.run({ workload }, fn)
}