From 8fc19b37c0020518964f65cdda7b4ada17339cab Mon Sep 17 00:00:00 2001 From: Bibash Shrestha Date: Wed, 16 Aug 2023 15:18:41 +0545 Subject: [PATCH] revert: Revert wrong push --- .vscode/launch.json | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) diff --git a/.vscode/launch.json b/.vscode/launch.json index b4e33cecb..0ae10e8fa 100644 --- a/.vscode/launch.json +++ b/.vscode/launch.json @@ -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" + ] } ] }