blob: c432de6a51506d39bfefe2e0529b4002f44fdf1e (
plain)
1
2
3
4
5
6
7
8
|
export type { WarmFeedback, WarmNow } from "./logic/view-model";
export { default as CacheWarmingView } from "./ui/CacheWarmingView.svelte";
/** Public module manifest — aggregated by the shell's "Loaded Modules" view. */
export const manifest = {
name: "cache-warming",
description: "Prompt-cache warming controls, history, and countdown",
} as const;
|