launch.json 240 B

12345678910111213141516
  1. {
  2. "version" : "1.0",
  3. "configurations" : [
  4. {
  5. "playground" : "standard",
  6. "type" : "uni-app:app-android"
  7. },
  8. {
  9. "app-plus" :
  10. {
  11. "launchtype" : "local"
  12. },
  13. "type" : "uniCloud"
  14. }
  15. ]
  16. }