mirror of
https://github.com/versia-pub/server.git
synced 2026-04-27 20:59:15 +02:00
refactor: 🚚 Move more utilities into packages
This commit is contained in:
parent
5cae547f8d
commit
3798e170d0
140 changed files with 913 additions and 735 deletions
|
|
@ -1,8 +1,8 @@
|
|||
import { getLogger } from "@logtape/logtape";
|
||||
import { Note, setupDatabase } from "@versia/kit/db";
|
||||
import { connection } from "@versia/kit/redis";
|
||||
import { config } from "@versia-server/config";
|
||||
import { configureLoggers } from "@/loggers";
|
||||
import { connection } from "@/redis.ts";
|
||||
import { searchManager } from "../../classes/search/search-manager.ts";
|
||||
|
||||
const timeAtStart = performance.now();
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue