Mercurial
comparison 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 |
comparison
equal
deleted
inserted
replaced
| 174:1ba8c1df082c | 175:71ad34a8bc9a |
|---|---|
| 306 hdrs = [":seobeo_hdrs"], | 306 hdrs = [":seobeo_hdrs"], |
| 307 deps = [ | 307 deps = [ |
| 308 "//dowa:dowa", | 308 "//dowa:dowa", |
| 309 "@openssl//:ssl", | 309 "@openssl//:ssl", |
| 310 ], | 310 ], |
| 311 defines = ["SEOBEO_WEBSOCKET_SERVER"], | 311 defines = ["SEOBEO_WEBSOCKET_SERVER", "SEOBEO_ENABLE_DEBUG"], |
| 312 target_compatible_with = [ | 312 target_compatible_with = [ |
| 313 "@platforms//os:osx", | 313 "@platforms//os:osx", |
| 314 ], | 314 ], |
| 315 visibility = ["//visibility:public"], | 315 visibility = ["//visibility:public"], |
| 316 ) | 316 ) |
| 332 hdrs = [":seobeo_hdrs"], | 332 hdrs = [":seobeo_hdrs"], |
| 333 deps = [ | 333 deps = [ |
| 334 "//dowa:dowa", | 334 "//dowa:dowa", |
| 335 "@openssl//:ssl", | 335 "@openssl//:ssl", |
| 336 ], | 336 ], |
| 337 defines = ["SEOBEO_WEBSOCKET_SERVER"], | 337 defines = ["SEOBEO_WEBSOCKET_SERVER", "SEOBEO_ENABLE_DEBUG"], |
| 338 target_compatible_with = [ | 338 target_compatible_with = [ |
| 339 "@platforms//os:linux", | 339 "@platforms//os:linux", |
| 340 ], | 340 ], |
| 341 visibility = ["//visibility:public"], | 341 visibility = ["//visibility:public"], |
| 342 ) | 342 ) |