Skip to content

Commit

Permalink
chore: add vscode launch.json for debug storybook
Browse files Browse the repository at this point in the history
  • Loading branch information
章勇 committed Jan 18, 2025
1 parent 021a1bd commit 843b9a3
Showing 1 changed file with 15 additions and 0 deletions.
15 changes: 15 additions & 0 deletions .vscode/launch.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,15 @@
{
// 使用 IntelliSense 了解相关属性。
// 悬停以查看现有属性的描述。
// 欲了解更多信息,请访问: https://go.microsoft.com/fwlink/?linkid=830387
"version": "0.2.0",
"configurations": [
{
"type": "msedge",
"request": "launch",
"name": "storybook launch Edge",
"url": "http://localhost:6006",
"webRoot": "${workspaceFolder}/packages/material-react-table",
}
]
}

0 comments on commit 843b9a3

Please sign in to comment.