reblocks-file-server
A Reblocks extension allowing to create routes for serving static files from disk.
$ area51 add reblocks-file-serverCopyUsage
;; area51 add updates your .asd automatically.
;; Use the package in your code:
(in-package :my-project)
(reblocks-file-server:some-function ...)