mirror of
https://github.com/versia-pub/server.git
synced 2026-04-27 20:59:15 +02: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,6 +1,6 @@
|
|||
import { Instance, User } from "@versia/kit/db";
|
||||
import { parseUserAddress } from "@versia/kit/parsers";
|
||||
import { Users } from "@versia/kit/tables";
|
||||
import { Instance, User } from "@versia-server/kit/db";
|
||||
import { parseUserAddress } from "@versia-server/kit/parsers";
|
||||
import { Users } from "@versia-server/kit/tables";
|
||||
import { and, eq, isNull } from "drizzle-orm";
|
||||
|
||||
export const retrieveUser = async (
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue