mirror of
https://github.com/versia-pub/server.git
synced 2026-04-27 20:59:15 +02: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/hono";
|
||||
import type { Config } from "config-manager";
|
||||
import type { Hono } from "hono";
|
||||
|
||||
export const createServer = (config: Config, app: Hono) =>
|
||||
Bun.serve({
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue