mirror of
https://github.com/aljazceru/ditto.git
synced 2025-12-18 14:04:23 +01:00
Upgrade hono, switch it to use JSR
This commit is contained in:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user