Upgrade hono, switch it to use JSR

This commit is contained in:
Alex Gleason
2024-06-18 11:51:51 -05:00
parent f56aa26996
commit 66abfa38c3
10 changed files with 31 additions and 13 deletions

View File

@@ -1,4 +1,4 @@
import type { Context } from 'hono';
import { Context } from '@hono/hono';
const emptyArrayController = (c: Context) => c.json([]);
const emptyObjectController = (c: Context) => c.json({});