hahma / src /shared /constants /appConfig.ts
automindy's picture
Upload 1980 files
bc4a7e8 verified
Raw
History Blame Contribute Delete
288 Bytes
import pkg from "../../../package.json" with { type: "json" };
export const APP_CONFIG = {
name: "OmniRoute",
description: "AI Gateway for Multi-Provider LLMs",
version: pkg.version,
};
export const THEME_CONFIG = {
storageKey: "theme",
defaultTheme: "system",
};