Skip to content

Commit

Permalink
up
Browse files Browse the repository at this point in the history
  • Loading branch information
mathcoll committed Apr 10, 2024
1 parent 080588a commit 0f33ef4
Showing 1 changed file with 21 additions and 0 deletions.
21 changes: 21 additions & 0 deletions .vscode/t6iot-workspace.code-workspace
Original file line number Diff line number Diff line change
@@ -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/"
}
]
}
}

0 comments on commit 0f33ef4

Please sign in to comment.