mirror of
https://github.com/versia-pub/server.git
synced 2026-03-13 13:59:16 +01:00
refactor(api): ♻️ Replace old client library with new version (@versia/client)
This commit is contained in:
parent
7708bff31f
commit
fbe86043b7
45 changed files with 51 additions and 54 deletions
|
|
@ -1,4 +1,4 @@
|
|||
import type { Application as APIApplication } from "@lysand-org/client/types";
|
||||
import type { Application as APIApplication } from "@versia/client/types";
|
||||
import type { InferSelectModel } from "drizzle-orm";
|
||||
import { db } from "~/drizzle/db";
|
||||
import type { Applications } from "~/drizzle/schema";
|
||||
|
|
|
|||
|
|
@ -1,4 +1,4 @@
|
|||
import type { Notification as ApiNotification } from "@lysand-org/client/types";
|
||||
import type { Notification as ApiNotification } from "@versia/client/types";
|
||||
import type { InferSelectModel } from "drizzle-orm";
|
||||
import { db } from "~/drizzle/db";
|
||||
import type { Notifications } from "~/drizzle/schema";
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue