Fastro
BlogDocsSign in

Static File


import fastro from "https://fastro.deno.dev/mod.ts";

const f = new fastro();

f.static("/static", { folder: "static", maxAge: 90 });

await f.serve();
Made with ♡ in Tulungagung