mirror of
https://github.com/versia-pub/server.git
synced 2026-03-13 05:49:16 +01: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,9 +1,9 @@
|
|||
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 chalk from "chalk";
|
||||
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