mirror of
https://github.com/logto-io/logto.git
synced 2025-03-03 22:15:32 -05:00
3 lines
97 B
TypeScript
3 lines
97 B
TypeScript
import { yes } from '@silverhand/essentials';
|
|
|
|
export const isCloud = yes(process.env.IS_CLOUD);
|