save before rebase

This commit is contained in:
Reza Babaei
2021-09-18 00:48:20 +03:00
parent 9c8a78360d
commit 91ea63bff8
6 changed files with 94 additions and 42 deletions

12
.vscode/launch.json vendored Normal file
View File

@@ -0,0 +1,12 @@
{
"version": "0.2.0",
"configurations": [
{
"type": "node",
"request": "attach",
"name": "Attach to application",
"skipFiles": ["<node_internals>/**"],
"port": 9229
}
]
}