We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1d76666 commit f3189ddCopy full SHA for f3189dd
src/core/config.ts
@@ -46,7 +46,7 @@ export default {
46
*/
47
tryLoginTimes: 3,
48
// CodePush Web(https://github.com/lisong/code-push-web) login address.
49
- codePushWebUrl: "http://localhost:3000",
+ codePushWebUrl: process.env.WEB_APP_URL || "http://localhost:3000",
50
// create patch updates's number. default value is 3
51
diffNums: 3,
52
// data dir for caclulate diff files. it's optimization.
0 commit comments