mirror of
https://github.com/versia-pub/server.git
synced 2026-03-13 05:49: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,5 +1,5 @@
|
|||
import type { Hono } from "hono";
|
||||
import type { RouterRoute } from "hono/types";
|
||||
import type { Hono } from "@hono/hono";
|
||||
import type { RouterRoute } from "@hono/hono/types";
|
||||
import type { z } from "zod";
|
||||
import type { RolePermissions } from "~/drizzle/schema";
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue