mirror of
https://github.com/versia-pub/server.git
synced 2026-03-13 22:09:16 +01:00
refactor: ⬆️ Upgrade dependencies, use JSR for Hono
This commit is contained in:
parent
57b295ccf2
commit
939815510c
109 changed files with 183 additions and 180 deletions
|
|
@ -1,7 +1,7 @@
|
|||
import { applyConfig, handleZodError } from "@/api";
|
||||
import { errorResponse, response } from "@/response";
|
||||
import type { Hono } from "@hono/hono";
|
||||
import { zValidator } from "@hono/zod-validator";
|
||||
import type { Hono } from "hono";
|
||||
import { z } from "zod";
|
||||
|
||||
export const meta = applyConfig({
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue