Skip to content

Commit 8945819

Browse files
committed
docs: fix buildApp type mismatch in code example
1 parent ca44404 commit 8945819

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

guide/api-environment-frameworks.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -315,7 +315,7 @@ export default {
315315
builder: {
316316
buildApp: async (builder) => {
317317
const environments = Object.values(builder.environments)
318-
return Promise.all(
318+
await Promise.all(
319319
environments.map((environment) => builder.build(environment)),
320320
)
321321
},

0 commit comments

Comments
 (0)