UNPKG
@tesler-ui/cra-template-typescript
Version:
alpha (0.3.0-alpha5)
latest (0.7.1)
0.7.1
0.7.0
0.6.0
0.5.0
0.4.0
0.3.0
0.3.0-alpha5
0.3.0-alpha4
0.3.0-alpha3
0.3.0-alpha2
0.3.0-alpha1
0.3.0-alpha0
0.2.0
0.1.1
0.1.0
The base TypeScript template for Create React App.
tesler.io
tesler-platform/cra-template-typescript
@tesler-ui/cra-template-typescript
/
template
/
src
/
constants
/
constants.ts
4 lines
(3 loc)
•
152 B
text/typescript
View Raw
1
2
3
4
export
const
__API__ = process.
env
.
NODE_ENV
===
'development'
? process.
env
.
REACT_APP_TESLER_API_URL_DEV
: process.
env
.
REACT_APP_TESLER_API_URL