mirror of
https://github.com/snapotter-hq/SnapOtter.git
synced 2026-08-03 07:46:42 +02:00
fix(lint): fix import ordering broken by @stirling-image → @ashim rename
The package scope rename changed the alphabetical position of imports (@ashim sorts before @dnd-kit; @stirling-image sorted after), causing biome's organizeImports rule to flag them as unsorted. - apps/api/src/index.ts: sort registerRestorePhoto import correctly - apps/web/src/components/tools/pipeline-builder.tsx: sort @ashim/shared import - apps/web/src/pages/privacy-policy-page.tsx: auto-format
This commit is contained in:
@@ -1,7 +1,7 @@
|
||||
import cors from "@fastify/cors";
|
||||
import rateLimit from "@fastify/rate-limit";
|
||||
import { isGpuAvailable } from "@ashim/ai";
|
||||
import { APP_VERSION } from "@ashim/shared";
|
||||
import cors from "@fastify/cors";
|
||||
import rateLimit from "@fastify/rate-limit";
|
||||
import Fastify from "fastify";
|
||||
import { env } from "./config.js";
|
||||
import { db, schema } from "./db/index.js";
|
||||
|
||||
Reference in New Issue
Block a user