Skip to content

Commit

Permalink
working locally again
Browse files Browse the repository at this point in the history
  • Loading branch information
riverscuomo committed Jul 12, 2024
1 parent 76940b9 commit 6cb4c0a
Showing 1 changed file with 14 additions and 13 deletions.
27 changes: 14 additions & 13 deletions .vscode/launch.json
Original file line number Diff line number Diff line change
@@ -1,14 +1,15 @@
{
"version": "0.2.0",
"configurations": [
{
"name": "Flutter Web",
"request": "launch",
"type": "dart",
"args": [
"--web-port",
"8888"
]
}
]
}
"version": "0.2.0",
"configurations": [
{
"name": "Flutter Web",
"request": "launch",
"type": "dart",
"program": "lib/main.dart",
"args": [
"--web-port",
"8888"
]
}
]
}

0 comments on commit 6cb4c0a

Please sign in to comment.