mirror of
https://github.com/EKKOLearnAI/hermes-web-ui.git
synced 2026-07-10 02:30:15 +00:00
7 lines
133 B
TypeScript
7 lines
133 B
TypeScript
export const app = {
|
|
isPackaged: false,
|
|
getAppPath: () => process.cwd(),
|
|
getVersion: () => '0.0.0',
|
|
getLocale: () => 'en',
|
|
}
|