UNPKG

@frontitude/cli

Version:

The Frontitude CLI enables product teams to integrate their code with Frontitude (frontitude.com), thus creating a single source of truth for their product copy, from design to development.

7 lines (6 loc) 167 B
declare const envConfig: { IS_PRODUCTION_ENV: boolean; CLI_VERSION: string | undefined; SERVER_URL: string | undefined; }; export default envConfig;