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,10 +1,10 @@
import { HTTPException } from '@hono/hono/http-exception';
import { NSecSigner } from '@nostrify/nostrify';
import { nip19 } from 'nostr-tools';
import { AppMiddleware } from '@/app.ts';
import { ConnectSigner } from '@/signers/ConnectSigner.ts';
import { ReadOnlySigner } from '@/signers/ReadOnlySigner.ts';
import { HTTPException } from 'hono';
import { DittoDB } from '@/db/DittoDB.ts';
/** We only accept "Bearer" type. */