reblocks-file-server

Unlicense

A Reblocks extension allowing to create routes for serving static files from disk.

$ area51 add reblocks-file-serverCopy

Usage

;; area51 add updates your .asd automatically.
;; Use the package in your code:
(in-package :my-project)
(reblocks-file-server:some-function ...)