mirror of
https://github.com/versia-pub/server.git
synced 2026-03-13 13:59:16 +01:00
refactor: 🚚 Rename @versia/kit to @versia-server/kit
This commit is contained in:
parent
3798e170d0
commit
1f03017327
182 changed files with 606 additions and 485 deletions
|
|
@ -1,9 +1,9 @@
|
|||
import { afterAll, describe, expect, test } from "bun:test";
|
||||
import { Instance, Note, Reaction, User } from "@versia/kit/db";
|
||||
import { Notes, Reactions, Users } from "@versia/kit/tables";
|
||||
import { sign } from "@versia/sdk/crypto";
|
||||
import * as VersiaEntities from "@versia/sdk/entities";
|
||||
import { config } from "@versia-server/config";
|
||||
import { Instance, Note, Reaction, User } from "@versia-server/kit/db";
|
||||
import { Notes, Reactions, Users } from "@versia-server/kit/tables";
|
||||
import {
|
||||
fakeRequest,
|
||||
generateClient,
|
||||
|
|
|
|||
|
|
@ -1,4 +1,4 @@
|
|||
import { apiRoute, handleZodError } from "@versia/kit/api";
|
||||
import { apiRoute, handleZodError } from "@versia-server/kit/api";
|
||||
import { describeRoute } from "hono-openapi";
|
||||
import { validator } from "hono-openapi/zod";
|
||||
import { z } from "zod";
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue