revert to ts-rs v9

This commit is contained in:
Aiden McClelland
2025-08-16 22:33:53 -06:00
parent d06c443c7d
commit f7f0b7dc1a
26 changed files with 241 additions and 241 deletions

View File

@@ -7,7 +7,7 @@ export type ImageSource =
dockerBuild: {
workdir?: string
dockerfile?: string
buildArgs?: { [key in string]?: BuildArg }
buildArgs?: { [key: string]: BuildArg }
}
}
| { dockerTag: string }