Advertisement
antasofa

launch.json

Apr 22nd, 2024
50
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.57 KB | Source Code | 0 0
  1. {
  2. // Use IntelliSense to learn about possible attributes.
  3. // Hover to view descriptions of existing attributes.
  4. // For more information, visit: https://go.microsoft.com/fwlink/?linkid=830387
  5. "version": "0.2.0",
  6. "configurations": [
  7. {
  8. "name": "Flutter",
  9. "type": "dart",
  10. "request": "launch",
  11. "program": "lib/main.dart"
  12. }
  13. ],
  14. // "configurations": [
  15. // {
  16. // "name": "STG",
  17. // "request": "launch",
  18. // "type": "dart",
  19. // "program": "lib/main_stg.dart",
  20. // "args": [
  21. // "--flavor",
  22. // "stg",
  23. // // "--dart-define=CORBADO_PROJECT_ID=pro-3431320702804191534",
  24. // // "--dart-define=CORBADO_PROJECT_ID=pro-3822434186172502614",
  25. // "--dart-define=CORBADO_PROJECT_ID=pro-4990475278769954102",
  26. // // "--dart-define=CORBADO_CUSTOM_DOMAIN=authprahu.auth.corbado.com",
  27. // // "--dart-define=CORBADO_CUSTOM_DOMAIN=https://pro-4990475278769954102.frontendapi.corbado.io",
  28. // ]
  29. // },
  30. // {
  31. // "name": "PROD",
  32. // "request": "launch",
  33. // "type": "dart",
  34. // "program": "lib/main.dart",
  35. // "args": [
  36. // "--flavor",
  37. // "prod",
  38. // // "--dart-define=CORBADO_PROJECT_ID=pro-3822434186172502614",
  39. // "--dart-define=CORBADO_PROJECT_ID=pro-4990475278769954102",
  40. // ]
  41. // },
  42. // ]
  43. }
Tags: Flutter FVM
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement