-
Notifications
You must be signed in to change notification settings - Fork 668
Expand file tree
/
Copy pathenv.js
More file actions
47 lines (47 loc) · 1.47 KB
/
env.js
File metadata and controls
47 lines (47 loc) · 1.47 KB
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
43
44
45
46
47
module.exports = {
"is-custom-runtime": false,
"UNI_TEST_CUSTOM_ENV": {},
"compile": true,
"h5": {
"options": {
"headless": true
},
"executablePath": ""
},
"mp-weixin": {
"port": 9420,
"account": "",
"args": "",
"cwd": "",
"launch": true,
"teardown": "disconnect",
"remote": false,
"executablePath": "/Volumes/Elements/Applications/wechatwebdevtools.app/Contents/MacOS/cli"
},
"app-plus": {
"android": {
"id": "",
"executablePath": ""
},
"version": "",
"ios": {
"id": "",
"executablePath": ""
},
"uni-app-x": {
"version": "/Applications/HBuilderX-Dev.app/Contents/HBuilderX/plugins/uniappx-launcher/base/version.txt",
"harmony": {
"id": "23RVB24108003653",
"executablePath": "/Applications/DevEco-Studio.app"
},
"android": {
"id": "adb-NR9PQGGEQG9XZ5RC-djhRYY._adb-tls-connect._tcp",
"executablePath": "/Applications/HBuilderX-Dev.app/Contents/HBuilderX/plugins/uniappx-launcher/base/android_base.apk"
},
"ios": {
"id": "782EFBDD-2D51-4056-8256-B86961AD3DA3",
"executablePath": "/Applications/HBuilderX-Dev.app/Contents/HBuilderX/plugins/uniappx-launcher/base/Pandora_simulator.app"
}
}
}
}