mirror of
https://gitlab.com/soapbox-pub/ditto.git
synced 2025-12-06 11:29:46 +00:00
deno lint
This commit is contained in:
parent
f651bf416a
commit
e722e754cd
1 changed files with 1 additions and 9 deletions
10
src/app.ts
10
src/app.ts
|
|
@ -1,13 +1,5 @@
|
||||||
import { NostrEvent, NStore } from '@nostrify/nostrify';
|
import { NostrEvent, NStore } from '@nostrify/nostrify';
|
||||||
import {
|
import { type Context, Env as HonoEnv, type Handler, Hono, Input as HonoInput, type MiddlewareHandler } from 'hono';
|
||||||
type Context,
|
|
||||||
Env as HonoEnv,
|
|
||||||
type Handler,
|
|
||||||
Hono,
|
|
||||||
HTTPException,
|
|
||||||
Input as HonoInput,
|
|
||||||
type MiddlewareHandler,
|
|
||||||
} from 'hono';
|
|
||||||
import { cors, logger, serveStatic } from 'hono/middleware';
|
import { cors, logger, serveStatic } from 'hono/middleware';
|
||||||
|
|
||||||
import { Conf } from '@/config.ts';
|
import { Conf } from '@/config.ts';
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue