launch.json 388 B

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