about summary refs log tree commit diff stats
path: root/cmd/searchix-web
Commit message (Collapse)AuthorAgeLines
* build: just use nix version as internal versionAlan Pearce2024-05-25-7/+1
|
* refactor: split server cmd and moduleAlan Pearce2024-05-24-0/+82
It should now be possible to run the server from inside another go application by importing the main module and running its Start() function