mirror of
https://github.com/versia-pub/server.git
synced 2026-03-13 05:49: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,6 +1,6 @@
|
|||
import { db } from "@versia/kit/db";
|
||||
import { Challenges } from "@versia/kit/tables";
|
||||
import { config } from "@versia-server/config";
|
||||
import { db } from "@versia-server/kit/db";
|
||||
import { Challenges } from "@versia-server/kit/tables";
|
||||
import { createChallenge } from "altcha-lib";
|
||||
import type { Challenge } from "altcha-lib/types";
|
||||
import { randomUUIDv7 } from "bun";
|
||||
|
|
|
|||
|
|
@ -1,6 +1,6 @@
|
|||
import { Media, Note, type User } from "@versia/kit/db";
|
||||
import { Notes } from "@versia/kit/tables";
|
||||
import { config } from "@versia-server/config";
|
||||
import { Media, Note, type User } from "@versia-server/kit/db";
|
||||
import { Notes } from "@versia-server/kit/tables";
|
||||
import { and, eq, inArray } from "drizzle-orm";
|
||||
import { Feed } from "feed";
|
||||
|
||||
|
|
|
|||
|
|
@ -1,5 +1,5 @@
|
|||
import { debugResponse } from "@versia/kit/api";
|
||||
import type { ConfigSchema } from "@versia-server/config/schema";
|
||||
import { debugResponse } from "@versia-server/kit/api";
|
||||
import { type Server, serve } from "bun";
|
||||
import type { Hono } from "hono";
|
||||
import type { z } from "zod";
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue