launch.json 623 B

123456789101112131415161718192021222324252627
  1. {
  2. "version" : "1.0",
  3. "configurations" : [
  4. {
  5. "app" : {
  6. "launchtype" : "remote"
  7. },
  8. "default" : {
  9. "launchtype" : "local"
  10. },
  11. "h5" : {
  12. "launchtype" : "local"
  13. },
  14. "provider" : "alipay",
  15. "type" : "uniCloud"
  16. },
  17. {
  18. "customPlaygroundType" : "local",
  19. "playground" : "custom",
  20. "type" : "uni-app:app-android"
  21. },
  22. {
  23. "playground" : "standard",
  24. "type" : "uni-app:app-ios"
  25. }
  26. ]
  27. }