Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 3 additions & 1 deletion src/content/api.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down