diff gui_ze/gui_ze.bzl @ 231:09a96dcb2b4c hg-web

[merge] Join existing hg-web branch head
author MrJuneJune <me@mrjunejune.com>
date Sun, 02 Aug 2026 16:50:48 -0700
parents 9f4429c49733
children 9c2eec61a152
line wrap: on
line diff
--- a/gui_ze/gui_ze.bzl	Sun Jan 25 10:44:04 2026 -0800
+++ b/gui_ze/gui_ze.bzl	Sun Aug 02 16:50:48 2026 -0700
@@ -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,