File size: 288 Bytes
6111b2b | 1 2 3 4 5 6 7 8 9 10 11 12 13 | 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",
};
|