IndexedDB에 즐겨찾기 여부를 항상 저장하도록 변경

This commit is contained in:
static
2026-01-18 11:33:30 +09:00
parent ff6ea3a0b9
commit bcb57bb12d
12 changed files with 36 additions and 12 deletions

View File

@@ -1,4 +1,4 @@
import { Kysely, sql } from "kysely";
import { Kysely } from "kysely";
// eslint-disable-next-line @typescript-eslint/no-explicit-any
export const up = async (db: Kysely<any>) => {