deno lint
This commit is contained in:
parent
f651bf416a
commit
e722e754cd
10
src/app.ts
10
src/app.ts
|
@ -1,13 +1,5 @@
|
|||
import { NostrEvent, NStore } from '@nostrify/nostrify';
|
||||
import {
|
||||
type Context,
|
||||
Env as HonoEnv,
|
||||
type Handler,
|
||||
Hono,
|
||||
HTTPException,
|
||||
Input as HonoInput,
|
||||
type MiddlewareHandler,
|
||||
} from 'hono';
|
||||
import { type Context, Env as HonoEnv, type Handler, Hono, Input as HonoInput, type MiddlewareHandler } from 'hono';
|
||||
import { cors, logger, serveStatic } from 'hono/middleware';
|
||||
|
||||
import { Conf } from '@/config.ts';
|
||||
|
|
Loading…
Reference in New Issue