zod import alias

This commit is contained in:
Alex Gleason
2024-04-23 15:03:20 -05:00
parent 3557102b08
commit 0f9cc9fe51
24 changed files with 52 additions and 24 deletions

View File

@@ -1,8 +1,10 @@
import { NostrEvent, NostrFilter } from '@nostrify/nostrify';
import { type Context, HTTPException } from 'hono';
import { z } from 'zod';
import { type AppContext } from '@/app.ts';
import { Conf } from '@/config.ts';
import { Debug, EventTemplate, parseFormData, type TypeFest, z } from '@/deps.ts';
import { Debug, EventTemplate, parseFormData, type TypeFest } from '@/deps.ts';
import * as pipeline from '@/pipeline.ts';
import { AdminSigner } from '@/signers/AdminSigner.ts';
import { APISigner } from '@/signers/APISigner.ts';