This commit is contained in:
JOLIMAITRE Matthieu 2024-05-23 17:34:35 +02:00
parent 60133a4a08
commit c70202e5d1
6 changed files with 117 additions and 8 deletions

View file

@ -1,7 +1,6 @@
import { createPentagon } from "https://deno.land/x/pentagon@v0.1.5/mod.ts";
import { project_root_dir } from "../utils.ts";
import { z } from "https://deno.land/x/zod@v3.21.4/mod.ts";
import mimeDbV1520 from "$std/media_types/vendor/mime-db.v1.52.0.ts";
const kv = await Deno.openKv(project_root_dir() + "local/kv");