MCPcopy
hub / github.com/ExplosiveCoderflome/AI-Novel-Writing-Assistant / DesktopPackageJson

Interface DesktopPackageJson

client/vite.config.ts:6–8  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

4import { defineConfig } from "vite";
5
6interface DesktopPackageJson {
7 version?: unknown;
8}
9
10function clearStaleOptimizeCache(rootDir: string): void {
11 const cacheDir = path.resolve(rootDir, "node_modules/.vite");

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected