From 32f1ac829d6e96d28174f5318882fcb6abba6136 Mon Sep 17 00:00:00 2001 From: Jed Schmidt Date: Fri, 10 May 2024 12:58:31 -0400 Subject: [PATCH] Reference alternative entry point syntax from Outfile --- src/content/api.yml | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/src/content/api.yml b/src/content/api.yml index 51b2ad9..2d300d7 100644 --- a/src/content/api.yml +++ b/src/content/api.yml @@ -3562,7 +3562,9 @@ body: This option sets the output file name for the build operation. This is only applicable if there is a single entry point. If there are multiple entry points, you must use the [outdir](#outdir) option instead to - specify an output directory. Using outfile looks like this: + specify an output directory, or specify the `out` property of each entry + point using the [alternative entry point syntax](#entry-points). Using + outfile looks like this: - example: in: