Skip to content

Commit

Permalink
update website
Browse files Browse the repository at this point in the history
  • Loading branch information
evanw committed Jun 30, 2024
1 parent 9e52ea0 commit cce45f0
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion api/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -1640,6 +1640,7 @@
EntryPoints: []<span class="hljs-keyword">string</span>{<span class="hljs-string">&quot;app.js&quot;</span>},
Bundle: <span class="hljs-literal">true</span>,
Outdir: <span class="hljs-string">&quot;out&quot;</span>,
Write: <span class="hljs-literal">true</span>,
})

<span class="hljs-keyword">if</span> <span class="hljs-built_in">len</span>(result.Errors) &gt; <span class="hljs-number">0</span> {
Expand Down Expand Up @@ -1670,7 +1671,8 @@
result := api.Build(api.BuildOptions{
EntryPoints: []<span class="hljs-keyword">string</span>{<span class="hljs-string">&quot;app.js&quot;</span>},
Bundle: <span class="hljs-literal">true</span>,
Outdir: <span class="hljs-string">&quot;out.js&quot;</span>,
Outfile: <span class="hljs-string">&quot;out.js&quot;</span>,
Write: <span class="hljs-literal">true</span>,
})

<span class="hljs-keyword">if</span> <span class="hljs-built_in">len</span>(result.Errors) &gt; <span class="hljs-number">0</span> {
Expand Down

0 comments on commit cce45f0

Please sign in to comment.