Skip to content

Commit 2b27d1a

Browse files
committed
Add launch config to use --web-hostname any
1 parent 31732bd commit 2b27d1a

File tree

1 file changed

+15
-0
lines changed

1 file changed

+15
-0
lines changed

.vscode/launch.json

Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,15 @@
1+
{
2+
"version": "0.2.0",
3+
"configurations": [
4+
{
5+
"name": "Flutter",
6+
"request": "launch",
7+
"type": "dart",
8+
"program": "lib/main.dart",
9+
"args": [
10+
"--web-hostname",
11+
"any"
12+
]
13+
}
14+
]
15+
}

0 commit comments

Comments
 (0)