sdk tweaks (#2791)

* sdk tweaks

* switch back to deeppartial
This commit is contained in:
Aiden McClelland
2024-11-25 11:49:11 -07:00
committed by GitHub
parent e4a2af6ae7
commit 504f1a8e97
18 changed files with 149 additions and 106 deletions

View File

@@ -5,8 +5,8 @@ export type ImageSource =
| "packed"
| {
dockerBuild: {
workdir: string | null
dockerfile: string | null
workdir?: string
dockerfile?: string
buildArgs?: { [key: string]: BuildArg }
}
}