diff --git a/.vscode/launch.json b/.vscode/launch.json index 412a5087..c7549f36 100644 --- a/.vscode/launch.json +++ b/.vscode/launch.json @@ -5,7 +5,7 @@ "type": "chrome", "request": "launch", "name": "Launch", - "url": "http://localhost:3000/sdfv.html", + "url": "http://localhost:3000", "sourceMaps": true, "webRoot": "${workspaceFolder}", "preLaunchTask": "npm: serve", diff --git a/sdfv.html b/index.html similarity index 100% rename from sdfv.html rename to index.html