feat: make sure to use the correct port on vscode (#373)

This commit is contained in:
Erick
2023-01-17 18:24:53 -03:00
committed by GitHub
parent c917bc964c
commit 6422663344

6
.vscode/launch.json vendored
View File

@ -15,7 +15,9 @@
"--web-renderer",
"canvaskit",
"--dart-define",
"SHARING_ENABLED=true"
"SHARING_ENABLED=true",
"--web-port",
"5001"
]
},
{
@ -31,4 +33,4 @@
]
}
]
}
}