mirror of
https://github.com/versia-pub/server.git
synced 2026-03-13 05:49:16 +01:00
refactor: ♻️ Rewrite build system to fit the monorepo architecture
This commit is contained in:
parent
7de4b573e3
commit
90b6399407
217 changed files with 2143 additions and 1858 deletions
|
|
@ -1,5 +1,5 @@
|
|||
import type * as VersiaEntities from "@versia/sdk/entities";
|
||||
import type { ConfigSchema } from "@versia-server/config/schema";
|
||||
import type { ConfigSchema } from "@versia-server/config";
|
||||
import type { Application, Token, User } from "@versia-server/kit/db";
|
||||
import type { SocketAddress } from "bun";
|
||||
import type { Hono } from "hono";
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue