mirror of
https://github.com/versia-pub/server.git
synced 2025-12-06 08:28:19 +01:00
style(api): 🎨 Run Biome
This commit is contained in:
parent
7bf5d628b6
commit
852a393c78
|
|
@ -1,14 +1,14 @@
|
|||
import { join } from "node:path";
|
||||
import { redirect } from "@response";
|
||||
import type { BunFile } from "bun";
|
||||
import { config } from "config-manager";
|
||||
import {
|
||||
type UserWithRelations,
|
||||
retrieveUserFromToken,
|
||||
userToAPI,
|
||||
type UserWithRelations,
|
||||
} from "~database/entities/User";
|
||||
import type { LogManager, MultiLogManager } from "~packages/log-manager";
|
||||
import { languages } from "./glitch-languages";
|
||||
import type { BunFile } from "bun";
|
||||
|
||||
const handleManifestRequest = async () => {
|
||||
const manifest = {
|
||||
|
|
|
|||
Loading…
Reference in a new issue