From dc4ac7742690f8f2bd759d57108ac4455e717fe9 Mon Sep 17 00:00:00 2001 From: Elizabeth Hunt Date: Sun, 20 Jul 2025 13:03:39 -0700 Subject: Mount src directory from path on host running worker container --- u/types/misc.ts | 3 +++ 1 file changed, 3 insertions(+) create mode 100644 u/types/misc.ts (limited to 'u/types/misc.ts') diff --git a/u/types/misc.ts b/u/types/misc.ts new file mode 100644 index 0000000..77833c4 --- /dev/null +++ b/u/types/misc.ts @@ -0,0 +1,3 @@ +export type ObjectFromList, V = string> = { + [K in T extends ReadonlyArray ? U : never]: V; +}; -- cgit v1.2.3-70-g09d2