summaryrefslogtreecommitdiff
path: root/server/Serverconfig.hs (follow)
Commit message (Collapse)AuthorAgeFilesLines
* non-blocking serverstuebinm2022-02-071-45/+0
|
* basic server setup (using servant)stuebinm2022-02-011-0/+45
adds a very basic http server that can be sent links to repositories & will download & lint them, then answer the request with the lints. Should probably do this in a non-blocking way …