파일 썸네일이 캐시되는 OPFS의 경로 변경

This commit is contained in:
static
2025-07-07 18:29:04 +09:00
parent d3de06a7f9
commit 40a87aa81f
10 changed files with 56 additions and 58 deletions

View File

@@ -1,6 +1,6 @@
import { error } from "@sveltejs/kit";
import { callPostApi } from "$lib/hooks";
import type { MissingThumbnailFileScanResponse } from "$lib/server/schemas/file";
import type { MissingThumbnailFileScanResponse } from "$lib/server/schemas";
import type { PageLoad } from "./$types";
export const load: PageLoad = async ({ fetch }) => {