launch.json 573 B

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