UNPKG
zem
Version:
beta (2.0.0)
latest (2.0.7)
2.0.7
2.0.6
2.0.5
2.0.4
2.0.3
2.0.2
2.0.1
2.0.0
2.0.0-beta.3
2.0.0-beta.2
2.0.0-beta.1
2.0.0-beta.0
1.3.1
1.3.0
1.2.0
1.1.0
1.0.6
1.0.5
1.0.4
1.0.3
1.0.1
1.0.0
0.4.4
0.4.3
0.4.2
0.4.1
0.3.5
0.3.4
0.3.3
0.3.1
0.2.0
0.1.2
0.1.1
0.1.0
Create, test and publish Zeplin extensions with no build configuration
zeplin.io
zeplin/zem
zem
/
src
/
config
/
constants.js
10 lines
(9 loc)
•
312 B
JavaScript
View Raw
1
2
3
4
5
6
7
8
9
10
import
{ isCI }
from
"ci-info"
;
export
const
constants = {
buildDirName
:
"build"
,
bundleName
:
"main"
, isCI,
accessToken
: process.
env
.
ZEM_ACCESS_TOKEN
,
apiBaseUrl
: process.
env
.
API_BASE_URL
||
"https://api.zeplin.io"
,
apiClientId
: process.
env
.
API_CLIENT_ID
||
"5bbc983af6c410493afb03f1"
};