This is my personal website
1
fork

Configure Feed

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

chore: use latest version of deno std (v0.218.2)

+3 -1
+2
deno.lock
··· 25 25 "https://deno.land/std@0.190.0/async/tee.ts": "47e42d35f622650b02234d43803d0383a89eb4387e1b83b5a40106d18ae36757", 26 26 "https://deno.land/std@0.190.0/http/server.ts": "1b23463b5b36e4eebc495417f6af47a6f7d52e3294827a1226d2a1aab23d9d20", 27 27 "https://deno.land/std@0.192.0/fmt/colors.ts": "d67e3cd9f472535241a8e410d33423980bec45047e343577554d3356e1f0ef4e", 28 + "https://deno.land/std@0.218.2/async/delay.ts": "8e1d18fe8b28ff95885e2bc54eccec1713f57f756053576d8228e6ca110793ad", 29 + "https://deno.land/std@0.218.2/http/server.ts": "6dce295abc169d0956ae00432441331b3425afad4d79e8b3475739be2f04d614", 28 30 "https://deno.land/x/htm@0.2.1/html.tsx": "afcf0500d9199e8efe6877d9e7bf4f7907d0bba09906b6036cfe5e90458083b3", 29 31 "https://deno.land/x/htm@0.2.1/jsx.ts": "2dfbc2b208981b9348aee02494ba064eac72f686d2e5ecc19d7f3fcdb9734e3d", 30 32 "https://deno.land/x/htm@0.2.1/mod.ts": "d930056a7c8c645bea5f9c116d65bc309d12cfebafa8db98f7c406e1984caaec"
+1 -1
deps.ts
··· 1 - export { serve } from "https://deno.land/std@0.190.0/http/server.ts"; 1 + export { serve } from "https://deno.land/std@0.218.2/http/server.ts"; 2 2 import html, { h } from "https://deno.land/x/htm@0.2.1/mod.ts"; 3 3 export { html, h }; 4 4 import dayjs from "npm:dayjs";