summaryrefslogtreecommitdiff
path: root/tools/build-ui
Commit message (Collapse)AuthorAge
* Call `vite` directly to build the frontend.Owen Jacobson2025-05-27
| | | | | | Calling through `npm` wasn't adding anything other than complexity, and it made it somewhat harder to follow what tools did what. I'm also pretty sure `tools/build-ui` was totally unused.
* Hoist the UI one step up furtherOwen Jacobson2024-10-10
|
* Remove redundancy in `hi-ui` directory name.Owen Jacobson2024-10-10
|
* Pre-commit needs the UI available, so make it available.Owen Jacobson2024-10-05
|
* Render the UI at /.Owen Jacobson2024-10-05