style(api): 🎨 Run Biome

This commit is contained in:
Jesse Wierzbinski 2024-04-15 21:47:16 -10:00
parent 7bf5d628b6
commit 852a393c78
No known key found for this signature in database

View file

@ -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 = {