UNPKG

evalite

Version:

Test your LLM-powered apps with a TypeScript-native, Vitest-based eval runner. No API key required.

6 lines 315 B
// Constants that cannot be used in frontend code import path from "node:path"; import { CACHE_LOCATION } from "./constants.js"; export const DB_LOCATION = path.join(CACHE_LOCATION, "cache.sqlite"); export const FILES_LOCATION = path.join(CACHE_LOCATION, "files"); //# sourceMappingURL=backend-only-constants.js.map