about summary refs log tree commit diff stats
path: root/cmd/server/server.go
Commit message (Expand)AuthorAgeLines
* implement live-reloading dev serverAlan Pearce2024-04-27-161/+0
* brand exe with both long and short commit hashesAlan Pearce2024-04-25-4/+2
* split code into separate filesAlan Pearce2024-04-24-142/+4
* fix path canonicalisationAlan Pearce2024-04-24-1/+2
* switch to net/httpAlan Pearce2024-04-23-125/+238
* split output directories into website/{public,private}Alan Pearce2024-04-21-11/+10
* move server code to cmd/serverAlan Pearce2024-04-21-0/+188
* embed filesAlan Pearce2024-04-18-136/+0
* use correct envvar for sentry environmentAlan Pearce2024-04-17-1/+1
* implement static serverAlan Pearce2024-04-17-0/+136