diff options
author | haturatu <taro@eyes4you.org> | 2024-08-09 20:57:38 +0900 |
---|---|---|
committer | haturatu <taro@eyes4you.org> | 2024-08-09 20:57:38 +0900 |
commit | 5a73bb414fafca464eb6a0b3ff305bb98d3ece9c (patch) | |
tree | 9d2b5cdbf65a1f5a1a03fd3f47eef219f8ea4bea /deps.ts |
first commit
Diffstat (limited to 'deps.ts')
-rw-r--r-- | deps.ts | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -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"; |