refactor: 🚚 Move more utilities into packages

This commit is contained in:
Jesse Wierzbinski 2025-06-15 23:43:27 +02:00
parent 5cae547f8d
commit 3798e170d0
No known key found for this signature in database
140 changed files with 913 additions and 735 deletions

View file

@ -1,7 +1,7 @@
import { getLogger } from "@logtape/logtape";
import { apiRoute } from "@versia/kit/api";
import chalk from "chalk";
import { describeRoute } from "hono-openapi";
import { apiRoute } from "@/api";
export default apiRoute((app) =>
app.post(