diff --git a/.vscode/launch.json b/.vscode/launch.json new file mode 100644 index 00000000..5006ab23 --- /dev/null +++ b/.vscode/launch.json @@ -0,0 +1,15 @@ +{ + // Use IntelliSense to learn about possible attributes. + // Hover to view descriptions of existing attributes. + // For more information, visit: https://go.microsoft.com/fwlink/?linkid=830387 + "version": "0.2.0", + "configurations": [ + { + "type": "msedge", + "request": "launch", + "name": "Launch Edge against localhost", + "url": "http://localhost:8082", + "webRoot": "${workspaceFolder}/frontend/src/*" + } + ] +} \ No newline at end of file diff --git a/frontend/.env b/frontend/.env index 88df3314..c70e23b2 100644 --- a/frontend/.env +++ b/frontend/.env @@ -1,4 +1,3 @@ # base-level env settings -VITE_APP_API_ROOT=http://localhost:8080 VITE_APP_TITLE=Operating Funding Model diff --git a/frontend/index.html b/frontend/index.html index 765018d3..693117c5 100644 --- a/frontend/index.html +++ b/frontend/index.html @@ -8,6 +8,7 @@
+