@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.
1 lines • 236 B
JavaScript
;Object.defineProperty(exports,"__esModule",{value:!0});const envConfig={IS_PRODUCTION_ENV:"production"===process.env.NODE_ENV,CLI_VERSION:process.env.CLI_VERSION,SERVER_URL:process.env.SERVER_URL};exports.default=envConfig;