UNPKG
i18nexus-cli
Version:
latest (3.8.2)
3.8.2
3.8.1
3.8.0
3.7.0
3.6.1
3.6.0
3.5.0
3.4.0
3.3.1
3.3.0
3.2.0
3.1.0
3.0.0
2.1.0
2.0.2
2.0.1
1.0.1
1.0.0
Command line interface (CLI) for accessing the i18nexus API
i18nexus-cli
/
baseUrl.js
2 lines
(1 loc)
•
80 B
JavaScript
View Raw
1
2
module.exports
= process.env.I18NEXUS_API_ORIGIN ||
'https://api.i18nexus.com'
;