diff gui_ze/gui_ze.bzl @ 193:9f4429c49733 hg-web

[HgWeb] Making progress....
author MrJuneJune <me@mrjunejune.com>
date Sun, 25 Jan 2026 20:04:55 -0800
parents a2725419f988
children
line wrap: on
line diff
--- a/gui_ze/gui_ze.bzl	Sat Jan 24 21:52:14 2026 -0800
+++ b/gui_ze/gui_ze.bzl	Sun Jan 25 20:04:55 2026 -0800
@@ -132,7 +132,7 @@
 {copy_commands}
 export NODE_PATH=./third_party/bun/node_modules
 cp ./third_party/bun/tsconfig.json .
-{bun} build {entry} --outfile {output} --target browser
+{bun} build {entry} --outfile {output} --target browser 
 """.format(
       copy_commands = "\n".join(copy_commands),
       src_package = src_package,