Skip to content

Commit

Permalink
update release mode
Browse files Browse the repository at this point in the history
  • Loading branch information
bibash28 committed Apr 24, 2024
1 parent 3fbc4b7 commit af5a558
Showing 1 changed file with 7 additions and 1 deletion.
8 changes: 7 additions & 1 deletion .vscode/launch.json
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,13 @@
"request": "launch",
"type": "dart",
"program": "lib/main_production.dart",
"args": ["--flavor", "production", "--target", "lib/main_production.dart"]
"args": [
"--flavor",
"production",
"--target",
"lib/main_production.dart",
"--release"
]
}
]
}

0 comments on commit af5a558

Please sign in to comment.