Leaflet Blog in Deno Fresh
0
fork

Configure Feed

Select the types of activity you want to include in your feed.

at 17a3e79e2e6e200c175740343a9883a758a6542e 8 lines 209 B view raw
1#!/usr/bin/env -S deno run -A --watch=static/,routes/ 2 3import dev from "$fresh/dev.ts"; 4import config from "./fresh.config.ts"; 5 6import "$std/dotenv/load.ts"; 7 8await dev(import.meta.url, "./main.ts", config);