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,4 +1,4 @@
|
|||
import type { ConfigSchema } from "@versia-server/config/schema";
|
||||
import type { ConfigSchema } from "@versia-server/config";
|
||||
import { debugResponse } from "@versia-server/kit/api";
|
||||
import { type Server, serve } from "bun";
|
||||
import type { Hono } from "hono";
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue