From 5a73bb414fafca464eb6a0b3ff305bb98d3ece9c Mon Sep 17 00:00:00 2001 From: haturatu Date: Fri, 9 Aug 2024 20:57:38 +0900 Subject: first commit --- deps.ts | 2 ++ 1 file changed, 2 insertions(+) create mode 100644 deps.ts (limited to 'deps.ts') diff --git a/deps.ts b/deps.ts new file mode 100644 index 0000000..ddbbca4 --- /dev/null +++ b/deps.ts @@ -0,0 +1,2 @@ +export { Hono } from "https://deno.land/x/hono/mod.ts"; +export { bearerAuth } from "https://deno.land/x/hono/bearer_auth.ts"; -- cgit v1.2.3