Skip to content

Commit

Permalink
feat: last details
Browse files Browse the repository at this point in the history
  • Loading branch information
roziscoding committed Sep 2, 2022
1 parent 2b51ec7 commit dacb032
Show file tree
Hide file tree
Showing 15 changed files with 4,032 additions and 4,138 deletions.
23 changes: 23 additions & 0 deletions .vscode/launch.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,23 @@
{
// 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": "ts-node",
"type": "node",
"request": "launch",
"args": [
"${relativeFile}"
],
"runtimeArgs": [
"-r",
"ts-node/register"
],
"cwd": "${workspaceRoot}",
"protocol": "inspector",
"internalConsoleOptions": "openOnSessionStart"
}
]
}
Loading

0 comments on commit dacb032

Please sign in to comment.