env.js 1.2 KB

123456789101112131415161718192021222324252627282930313233343536373839404142
  1. module.exports = {
  2. "is-custom-runtime": false,
  3. "compile": true,
  4. "h5": {
  5. "options": {
  6. "headless": true
  7. },
  8. "executablePath": ""
  9. },
  10. "mp-weixin": {
  11. "port": 9420,
  12. "account": "",
  13. "args": "",
  14. "cwd": "",
  15. "launch": true,
  16. "teardown": "disconnect",
  17. "remote": false,
  18. "executablePath": ""
  19. },
  20. "app-plus": {
  21. "android": {
  22. "id": "",
  23. "executablePath": ""
  24. },
  25. "version": "",
  26. "ios": {
  27. "id": "",
  28. "executablePath": ""
  29. },
  30. "uni-app-x": {
  31. "version": "/Applications/HBuilderX-Dev.app/Contents/HBuilderX/plugins/uniappx-launcher/base/version.txt",
  32. "android": {
  33. "id": "emulator-5554",
  34. "executablePath": "/Applications/HBuilderX-Dev.app/Contents/HBuilderX/plugins/uniappx-launcher/base/android_base.apk"
  35. },
  36. "ios": {
  37. "id": "CA80343E-7D4C-401D-81BA-B5B7D446C11D",
  38. "executablePath": "/Applications/HBuilderX-Dev.app/Contents/HBuilderX/plugins/uniappx-launcher/base/Pandora_simulator.app"
  39. }
  40. }
  41. }
  42. }