Skip to content

Commit

Permalink
add launch mode with disabled websecurity for testing
Browse files Browse the repository at this point in the history
  • Loading branch information
Remon committed Jun 6, 2024
1 parent 803646c commit 773cff0
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions .vscode/launch.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,16 @@
"request": "launch",
"type": "dart",
},
{
"name": "example no web security",
"cwd": "example",
"request": "launch",
"type": "dart",
"args": [
"--web-browser-flag",
"--disable-web-security",
]
},
{
"name": "Stripe.js web tests",
"request": "launch",
Expand Down

0 comments on commit 773cff0

Please sign in to comment.