测试爽贵阳git构建
Showing
... | @@ -7,6 +7,30 @@ | ... | @@ -7,6 +7,30 @@ |
"start:platform": "rexma start", | "start:platform": "rexma start", | ||
"build:platform": "rexma build" | "build:platform": "rexma build" | ||
}, | }, | ||
"uni-app": { | |||
"scripts": { | |||
"env-test": { | |||
"title": "端内小程序-测试环境", | |||
"env": { | |||
"UNI_PLATFORM": "h5", | |||
"REXMA": true | |||
}, | |||
"define": { | |||
"ENV_TEST": true | |||
} | |||
}, | |||
"env-prod": { | |||
"title": "端内小程序-正式环境", | |||
"env": { | |||
"UNI_PLATFORM": "h5", | |||
"REXMA": true | |||
}, | |||
"define": { | |||
"ENV_TEST": true | |||
} | |||
} | |||
} | |||
}, | |||
"dependencies": { | "dependencies": { | ||
"@dcloudio/uni-app": "3.0.0-4000720240327002", | "@dcloudio/uni-app": "3.0.0-4000720240327002", | ||
"@dcloudio/uni-app-plus": "3.0.0-4000720240327002", | "@dcloudio/uni-app-plus": "3.0.0-4000720240327002", | ||
... | ... |
Please
register
or
sign in
to comment