Files
hospital-rescue-app-v2/env.js
T
2026-09-24 16:25:22 +08:00

39 lines
1.1 KiB
JavaScript

module.exports = {
"is-custom-runtime": false,
"UNI_TEST_CUSTOM_ENV": {},
"compile": true,
"h5": {
"options": {
"headless": true
},
"executablePath": ""
},
"mp-weixin": {
"port": 9520,
"account": "",
"args": "",
"cwd": "",
"launch": true,
"teardown": "disconnect",
"remote": false,
"executablePath": "D:\\app\\微信web开发者工具\\微信开发者工具.exe"
},
"app-plus": {
"android": {
"id": "",
"executablePath": ""
},
"version": "",
"ios": {
"id": "",
"executablePath": ""
},
"uni-app-x": {
"version": "D:\\app\\HBuilderX.4.27.2024091305-alpha\\HBuilderX\\plugins\\uniappx-launcher\\base\\version.txt",
"android": {
"id": "emulator-5554",
"executablePath": "D:\\app\\HBuilderX.4.27.2024091305-alpha\\HBuilderX\\plugins\\uniappx-launcher\\base\\android_base.apk"
}
}
}
}