Backporting a bunch of optimizations from db-only branch
This commit is contained in:
@@ -9,3 +9,16 @@ export {
|
||||
} from "https://deno.land/x/oak@v12.4.0/mod.ts";
|
||||
export * as etag from "https://deno.land/x/oak@v12.4.0/etag.ts";
|
||||
export { oakCors } from "https://deno.land/x/cors@v1.2.2/mod.ts";
|
||||
|
||||
export { Hono } from "https://deno.land/x/hono@v3.12.2/mod.ts";
|
||||
export {
|
||||
deleteCookie,
|
||||
getCookie,
|
||||
setCookie,
|
||||
} from "https://deno.land/x/hono@v3.12.2/helper.ts";
|
||||
export { cors } from "https://deno.land/x/hono@v3.12.2/middleware.ts";
|
||||
|
||||
export type {
|
||||
HonoRequest,
|
||||
// Next,
|
||||
} from "https://deno.land/x/hono@v3.12.2/mod.ts";
|
||||
|
||||
Reference in New Issue
Block a user