diff seobeo/BUILD @ 175:71ad34a8bc9a hg-web

[HgWeb] Can stream hg response now. Added react page for hg web since we use json anyway.
author MrJuneJune <me@mrjunejune.com>
date Tue, 20 Jan 2026 06:06:47 -0800
parents 7387eec8e7f8
children
line wrap: on
line diff
--- a/seobeo/BUILD	Mon Jan 19 18:59:23 2026 -0800
+++ b/seobeo/BUILD	Tue Jan 20 06:06:47 2026 -0800
@@ -308,7 +308,7 @@
     "//dowa:dowa",
     "@openssl//:ssl",
   ],
-  defines = ["SEOBEO_WEBSOCKET_SERVER"],
+  defines = ["SEOBEO_WEBSOCKET_SERVER", "SEOBEO_ENABLE_DEBUG"],
   target_compatible_with = [
     "@platforms//os:osx",
   ],
@@ -334,7 +334,7 @@
     "//dowa:dowa",
     "@openssl//:ssl",
   ],
-  defines = ["SEOBEO_WEBSOCKET_SERVER"],
+  defines = ["SEOBEO_WEBSOCKET_SERVER", "SEOBEO_ENABLE_DEBUG"],
   target_compatible_with = [
     "@platforms//os:linux",
   ],