Mercurial
comparison hg-web/BUILD @ 191:a06710325c30 hg-web
[HgWeb] Fully working copy.
| author | MrJuneJune <me@mrjunejune.com> |
|---|---|
| date | Sat, 24 Jan 2026 21:51:51 -0800 |
| parents | a2725419f988 |
| children | 9f4429c49733 |
comparison
equal
deleted
inserted
replaced
| 190:a2725419f988 | 191:a06710325c30 |
|---|---|
| 17 name = "page", | 17 name = "page", |
| 18 src = "src/main.tsx", | 18 src = "src/main.tsx", |
| 19 deps = [ | 19 deps = [ |
| 20 ":src_ts_files", | 20 ":src_ts_files", |
| 21 "//markdown_converter:markdown_to_html_wasm", | 21 "//markdown_converter:markdown_to_html_wasm", |
| 22 "//third_party/highlight:js", | |
| 22 ], | 23 ], |
| 23 visibility = ["//visibility:public"], | 24 visibility = ["//visibility:public"], |
| 24 ) | 25 ) |
| 25 | 26 |
| 26 # Prepare compiled assets | 27 # Prepare compiled assets |