From cce45f019e7503fa4ceddbb4b16ecf5f1e1cfe91 Mon Sep 17 00:00:00 2001 From: Evan Wallace Date: Sun, 30 Jun 2024 11:39:29 -0400 Subject: [PATCH] update website --- api/index.html | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/api/index.html b/api/index.html index 1e611b1..861c64a 100644 --- a/api/index.html +++ b/api/index.html @@ -1640,6 +1640,7 @@ EntryPoints: []string{"app.js"}, Bundle: true, Outdir: "out", + Write: true, }) if len(result.Errors) > 0 { @@ -1670,7 +1671,8 @@ result := api.Build(api.BuildOptions{ EntryPoints: []string{"app.js"}, Bundle: true, - Outdir: "out.js", + Outfile: "out.js", + Write: true, }) if len(result.Errors) > 0 {