31 lines
834 B
JavaScript
31 lines
834 B
JavaScript
module.exports = {
|
|
"is-custom-runtime": false,
|
|
"compile": true,
|
|
"h5": {
|
|
"options": {
|
|
"headless": true
|
|
},
|
|
"executablePath": ""
|
|
},
|
|
"mp-weixin": {
|
|
"port": 9420,
|
|
"account": "",
|
|
"args": "",
|
|
"cwd": "",
|
|
"launch": true,
|
|
"teardown": "disconnect",
|
|
"remote": false,
|
|
"executablePath": ""
|
|
},
|
|
"app-plus": {
|
|
"android": {
|
|
"id": "emulator-5554",
|
|
"executablePath": "/Users/yuanrenjie/Desktop/HBuilderX-Alpha.app/Contents/HBuilderX/plugins/launcher/base/android_base.apk"
|
|
},
|
|
"version": "/Users/yuanrenjie/Desktop/HBuilderX-Alpha.app/Contents/HBuilderX/plugins/launcher/base/version.txt",
|
|
"ios": {
|
|
"id": "",
|
|
"executablePath": ""
|
|
}
|
|
}
|
|
} |