Update launch.json.example

This commit is contained in:
Neeraj Gupta 2023-12-13 08:49:40 +05:30
parent baf572152c
commit 1d5b3a2090

View file

@ -26,6 +26,8 @@
"independent",
"--dart-define",
"endpoint=http://localhost:8080",
"--dart-define",
"web-family=http://localhost:3003",
]
},
{
@ -41,10 +43,12 @@
"type": "dart",
"flutterMode": "debug",
"program": "lib/main.dart",
"args": [
"--dart-define",
"endpoint=http://localhost:8080",
]
"args": [
"--dart-define",
"endpoint=http://localhost:8080",
"--dart-define",
"web-family=http://localhost:3003"
]
},
]
}