changed to proper launch

This commit is contained in:
Patrick Alvin Alcala 2025-05-22 10:24:16 +08:00
parent 7a6b681b49
commit b20bcb17a4

2
.vscode/launch.json vendored
View file

@ -5,7 +5,7 @@
"version": "0.2.0", "version": "0.2.0",
"configurations": [ "configurations": [
{ {
"name": "pharmacy_mobile", "name": "run app",
"request": "launch", "request": "launch",
"type": "dart" "type": "dart"
}, },