Skip to content

Commit

Permalink
Initiële update document
Browse files Browse the repository at this point in the history
  • Loading branch information
MarinusVonhof committed Sep 13, 2024
1 parent 7761fbc commit 3da85fc
Show file tree
Hide file tree
Showing 5 changed files with 157 additions and 116 deletions.
17 changes: 17 additions & 0 deletions .vscode/launch.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,17 @@
{
// 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": "node",
"request": "launch",
"name": "Launch Program",
"skipFiles": [
"<node_internals>/**"
],
"program": "${workspaceFolder}\\server.js"
}
]
}
Loading

0 comments on commit 3da85fc

Please sign in to comment.