mirror of
https://github.com/versia-pub/server.git
synced 2026-03-13 05:49:16 +01:00
chore: ⬆️ Upgrade to Biome 2.0
This commit is contained in:
parent
e7aec8752c
commit
963173cdae
174 changed files with 412 additions and 379 deletions
|
|
@ -1,7 +1,7 @@
|
|||
import cluster from "node:cluster";
|
||||
import { Youch } from "youch";
|
||||
import { sentry } from "@/sentry";
|
||||
import { createServer } from "@/server";
|
||||
import { Youch } from "youch";
|
||||
import { appFactory } from "~/app";
|
||||
import { config } from "~/config.ts";
|
||||
|
||||
|
|
|
|||
|
|
@ -1,7 +1,7 @@
|
|||
import { configureLoggers } from "@/loggers";
|
||||
import { connection } from "@/redis.ts";
|
||||
import { getLogger } from "@logtape/logtape";
|
||||
import { Note } from "@versia/kit/db";
|
||||
import { configureLoggers } from "@/loggers";
|
||||
import { connection } from "@/redis.ts";
|
||||
import { config } from "~/config.ts";
|
||||
import { setupDatabase } from "~/drizzle/db";
|
||||
import { searchManager } from "../../classes/search/search-manager.ts";
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue