Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- {
- // Use IntelliSense to learn about possible attributes.
- // Hover to view descriptions of existing attributes.
- // For more information, visit: https://go.microsoft.com/fwlink/?linkid=830387
- "version": "0.2.0",
- "configurations": [
- {
- "name": "Flutter",
- "type": "dart",
- "request": "launch",
- "program": "lib/main.dart"
- }
- ],
- // "configurations": [
- // {
- // "name": "STG",
- // "request": "launch",
- // "type": "dart",
- // "program": "lib/main_stg.dart",
- // "args": [
- // "--flavor",
- // "stg",
- // // "--dart-define=CORBADO_PROJECT_ID=pro-3431320702804191534",
- // // "--dart-define=CORBADO_PROJECT_ID=pro-3822434186172502614",
- // "--dart-define=CORBADO_PROJECT_ID=pro-4990475278769954102",
- // // "--dart-define=CORBADO_CUSTOM_DOMAIN=authprahu.auth.corbado.com",
- // // "--dart-define=CORBADO_CUSTOM_DOMAIN=https://pro-4990475278769954102.frontendapi.corbado.io",
- // ]
- // },
- // {
- // "name": "PROD",
- // "request": "launch",
- // "type": "dart",
- // "program": "lib/main.dart",
- // "args": [
- // "--flavor",
- // "prod",
- // // "--dart-define=CORBADO_PROJECT_ID=pro-3822434186172502614",
- // "--dart-define=CORBADO_PROJECT_ID=pro-4990475278769954102",
- // ]
- // },
- // ]
- }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement