Fix target docs

This commit is contained in:
Bryce Lampe
2024-04-22 12:04:35 -07:00
parent 561b185221
commit da63cd4cf4
12 changed files with 14 additions and 14 deletions

4
sdk/nodejs/image.ts generated
View File

@@ -170,7 +170,7 @@ import * as utilities from "./utilities";
* context: {
* location: "../app",
* },
* targets: ["mytarget"],
* target: "mytarget",
* buildArgs: {
* MY_BUILD_ARG: "foo",
* },
@@ -229,7 +229,7 @@ import * as utilities from "./utilities";
* context: {
* location: "../app",
* },
* targets: ["mytarget"],
* target: "mytarget",
* buildArgs: {
* MY_BUILD_ARG: "foo",
* },