Leaflet Blog in Deno Fresh
0
fork

Configure Feed

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

at 1fe1b71638326982c2cc0f91fa31bfbd8053d570 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);