fix: pcgamingwiki not parsing company websites

This commit is contained in:
Huskydog9988
2025-05-08 21:22:15 -04:00
committed by DecDuck
parent afaaaf2eb5
commit cbf480bef9
3 changed files with 25 additions and 16 deletions

View File

@ -1,17 +1,5 @@
import { prefixStorage, type StorageValue, type Storage } from "unstorage";
export interface CacheProviderOptions {
/**
* Max number of items in the cache
*/
max?: number;
/**
* Time to live (in ms)
*/
ttl?: number;
}
/**
* Creates and manages the lifecycles of various caches
*/