Skip to content

Commit

Permalink
BFF/React - Include launch.json config file
Browse files Browse the repository at this point in the history
  • Loading branch information
josephdecock committed Jan 19, 2024
1 parent 28689c4 commit 5593b1a
Show file tree
Hide file tree
Showing 2 changed files with 19 additions and 1 deletion.
1 change: 0 additions & 1 deletion IdentityServer/v7/BFF/React/react.client/.gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,6 @@ dist-ssr
*.local

# Editor directories and files
.vscode/*
!.vscode/extensions.json
.idea
.DS_Store
Expand Down
19 changes: 19 additions & 0 deletions IdentityServer/v7/BFF/React/react.client/.vscode/launch.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,19 @@
{
"version": "0.2.0",
"configurations": [
// {
// "type": "edge",
// "request": "launch",
// "name": "localhost (Edge)",
// "url": "https://localhost:5173",
// "webRoot": "${workspaceFolder}"
// },
{
"type": "chrome",
"request": "launch",
"name": "localhost (Chrome)",
"url": "https://localhost:5173",
"webRoot": "${workspaceFolder}"
}
]
}

0 comments on commit 5593b1a

Please sign in to comment.