diff --git a/.vscode/launch.json b/.vscode/launch.json index 0e16d72..62cadad 100644 --- a/.vscode/launch.json +++ b/.vscode/launch.json @@ -8,7 +8,7 @@ "type": "chrome", "request": "launch", "name": "Launch Chrome against localhost", - "url": "http://localhost:3000", + "url": "http://localhost:5173/pandemic_tracker", "webRoot": "${workspaceFolder}" } ] diff --git a/.vscode/settings.json b/.vscode/settings.json index 4d360cb..3bedcd2 100644 --- a/.vscode/settings.json +++ b/.vscode/settings.json @@ -1,3 +1,4 @@ { - "typescript.tsdk": "node_modules/typescript/lib" + "typescript.tsdk": "node_modules/typescript/lib", + "github-actions.workflows.pinned.workflows": [".github/workflows/main.yml"] }