Fix cache folder issue - rename cache to caching to avoid gitignore

This commit is contained in:
hyeonsu
2025-09-18 19:15:13 +09:00
parent 35f8e37d1a
commit 7c21c2eba6
3 changed files with 107 additions and 2 deletions

View File

@@ -4,7 +4,7 @@
*/
import { useState, useEffect, useCallback, useMemo, useRef } from "react";
import { codeCache } from "@/lib/cache/codeCache";
import { codeCache } from "@/lib/caching/codeCache";
interface ColumnMetaInfo {
webType?: string;