-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathenv.js
42 lines (42 loc) · 1.21 KB
/
env.js
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
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": "",
"executablePath": ""
},
"version": "",
"ios": {
"id": "",
"executablePath": ""
},
"uni-app-x": {
"version": "/Applications/HBuilderX-Alpha-dev.app/Contents/HBuilderX/plugins/uniappx-launcher/base/version.txt",
"android": {
"id": "emulator-5554",
"executablePath": "/Applications/HBuilderX-Alpha-dev.app/Contents/HBuilderX/plugins/uniappx-launcher/base/android_base.apk"
},
"ios": {
"id": "4186FFD3-B26F-4817-ABB2-C025F2F35344",
"executablePath": "/Applications/HBuilderX-Alpha-dev.app/Contents/HBuilderX/plugins/uniappx-launcher/base/Pandora_simulator.app"
}
}
}
}