UNPKG

@omlet/cli

Version:

Omlet (https://omlet.dev) is a component analytics tool that uses a CLI to scan your codebase to detect components and their usage. Get real usage insights from customizable charts to measure adoption across all projects and identify opportunities to impr

15 lines (14 loc) 755 B
export declare const SENTRY_DSN = "https://efe0f17d00fb3c814f6da7499047c9d0@o36333.ingest.us.sentry.io/4506982246907904"; export declare const BASE_URL: string; export declare const ENV_TOKEN: string; export declare const SENTRY_ENVIRONMENT: string; export declare const OMLET_EMAIL = "support@omlet.dev"; export declare const HTTP_PROXY_URL: string | undefined; export declare const GIT_HISTORY_LIMIT_DAYS: number; export declare const LOG_FILE_PATH: string; export declare const LOGIN_SERVER_PORT = "8989"; export declare const OMLET_VALIDATE: boolean; export declare const WORKSPACE_SLUG: string | undefined; export declare const TRACKER_ENABLED: boolean; export declare const TRACKER_DEBUG_MODE: boolean; export declare const SENTRY_ENABLED: boolean;