Skip to content

Commit

Permalink
chore: fix slow launch configuration
Browse files Browse the repository at this point in the history
  • Loading branch information
j4k0xb committed Aug 17, 2024
1 parent 76cdac6 commit a1e3b38
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .vscode/launch.json
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,10 @@
"name": "Launch playground",
"url": "http://localhost:5173",
"webRoot": "${workspaceFolder}",
"skipFiles": [
"<node_internals>/**",
"${workspaceFolder}/**/node_modules/**",
],
"preLaunchTask": "Run playground dev server"
}
]
Expand Down

0 comments on commit a1e3b38

Please sign in to comment.