summaryrefslogtreecommitdiffhomepage
path: root/src/features/cache-warming/index.ts
diff options
context:
space:
mode:
Diffstat (limited to 'src/features/cache-warming/index.ts')
-rw-r--r--src/features/cache-warming/index.ts8
1 files changed, 8 insertions, 0 deletions
diff --git a/src/features/cache-warming/index.ts b/src/features/cache-warming/index.ts
new file mode 100644
index 0000000..c432de6
--- /dev/null
+++ b/src/features/cache-warming/index.ts
@@ -0,0 +1,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;