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,7 +1,9 @@
import { HTTPException } from '@hono/hono/http-exception';
import { AppContext } from '@/app.ts';
import { Conf } from '@/config.ts';
import { insertUnattachedMedia, UnattachedMedia } from '@/db/unattached-media.ts';
import { HTTPException } from 'hono';
interface FileMeta {
pubkey: string;
description?: string;