Import hono with an import alias

This commit is contained in:
Alex Gleason
2024-04-20 18:54:15 -05:00
parent 505a9bced1
commit 64d50552b7
9 changed files with 16 additions and 30 deletions

View File

@@ -15,6 +15,8 @@
"@/": "./src/",
"@nostrify/nostrify": "jsr:@nostrify/nostrify@^0.9.7",
"~/fixtures/": "./fixtures/",
"hono": "https://deno.land/x/hono@v3.10.1/mod.ts",
"hono/middleware": "https://deno.land/x/hono@v3.10.1/middleware.ts",
"kysely": "npm:kysely@^0.26.3",
"kysely_deno_postgres": "https://deno.land/x/kysely_deno_postgres@v0.4.0/mod.ts"
},