Commit 73e4988 Mukul Mehta
committed
1 parent 2f66673 commit 73e4988 Copy full SHA for 73e4988
File tree 2 files changed +3
-3
lines changed
2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " mex" ,
3
3
"productName" : " Mex" ,
4
- "version" : " 0.10.0 " ,
4
+ "version" : " 0.10.1 " ,
5
5
"description" : " Mex it to flex it" ,
6
6
"main" : " .webpack/main" ,
7
7
"scripts" : {
184
184
"**/@types/react" : " ^17.0.18" ,
185
185
"**/@types/react-dom" : " ^17.0.9"
186
186
}
187
- }
187
+ }
Original file line number Diff line number Diff line change @@ -23,7 +23,7 @@ export const WORKDUCK_API_BASE = 'https://http.workduck.io'
23
23
export const CDN_BASE = 'https://cdn.workduck.io'
24
24
25
25
// export const ACTION_ENV = IS_DEV ? 'test' : 'prod'
26
- export const ACTION_ENV = 'test'
26
+ export const ACTION_ENV = config . constants . STAGE === 'stable' ? 'prod' : 'test'
27
27
28
28
export const GOOGLE_OAUTH_URL = `${ MEXIT_FRONTEND_BASE_URL } /oauth/desktop`
29
29
export const GOOGLE_CAL_BASE = 'https://www.googleapis.com/calendar/v3/calendars'
You can’t perform that action at this time.
0 commit comments