mirror of
https://github.com/siteboon/claudecodeui.git
synced 2026-02-02 14:57:33 +00:00
5 lines
195 B
JavaScript
5 lines
195 B
JavaScript
/**
|
|
* Environment Flag: Is Platform
|
|
* Indicates if the app is running in Platform mode (hosted) or OSS mode (self-hosted)
|
|
*/
|
|
export const IS_PLATFORM = process.env.VITE_IS_PLATFORM === 'true'; |