Skip to content

Commit

Permalink
Merge branch 'dev' into main
Browse files Browse the repository at this point in the history
  • Loading branch information
waynemwashuma authored Jan 8, 2024
2 parents f98f650 + 17809a5 commit 91f4a23
Show file tree
Hide file tree
Showing 292 changed files with 29,454 additions and 11,656 deletions.
1 change: 0 additions & 1 deletion .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,6 @@ node_modules
debug.js
*.jpg
*.jpeg
*.png
res.json
*.mp3
tests
Expand Down
26 changes: 26 additions & 0 deletions .vscode/launch.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,26 @@
{
// 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": [
{
"name": "Attach to Chrome",
"port": 9222,
"request": "attach",
"type": "chrome",
"webRoot": "${workspaceFolder}",
},
{
"type": "chrome",
"request": "launch",
"name": "Launch Chrome against localhost",
"url": "http://localhost:8080/demos/index.html",
"webRoot": "${workspaceFolder}",
"skipFiles": [
"<node_internals>/**",
"node_modules/**"
]
}
]
}
Loading

0 comments on commit 91f4a23

Please sign in to comment.