summaryrefslogtreecommitdiff
path: root/server/Serverconfig.hs (unfollow)
Commit message (Collapse)AuthorFilesLines
2022-02-07non-blocking serverstuebinm1-45/+0
2022-02-01basic server setup (using servant)stuebinm1-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 …