diff --git a/.vscode/t6iot-workspace.code-workspace b/.vscode/t6iot-workspace.code-workspace new file mode 100644 index 0000000..945e0ec --- /dev/null +++ b/.vscode/t6iot-workspace.code-workspace @@ -0,0 +1,21 @@ +{ + "folders": [ + { + "path": ".." + } + ], + "settings": { + "postman.telemetry.enabled": false + }, + "launch": { + "configurations": [ + + { + "type": "chrome", + "name": "http://localhost:3000/", + "request": "launch", + "url": "http://localhost:3000/" + } + ] + } +} \ No newline at end of file