1
2
3
4
5
import { serveBlobs } from "https://esm.town/v/pomdtr/serve_blobs";
export default serveBlobs({
root: "public/",
});
1
Next